You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/21 03:27:20 UTC

[GitHub] [shardingsphere] peilinqian opened a new issue, #18476: Create partition table is not supported.

peilinqian opened a new issue, #18476:
URL: https://github.com/apache/shardingsphere/issues/18476

   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   we find java version: java8, full_version=1.8.0_282
   ShardingSphere-5.1.2-SNAPSHOT
   Commit ID: https://github.com/apache/shardingsphere/commit/952c1feacb26bc03ea4ea14d9f82b0d5777732c2
   Commit Message: Update shasum arguments in Release documents (https://github.com/apache/shardingsphere/pull/18344)
   Branch: master
   Build time: 2022-06-13T19:07:26+0000
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   
   ### Expected behavior
   create successfully
   
   ### Actual behavior
   ERROR:  You have an error in your SQL syntax
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   `create table t_order (order_id int,user_id int) partition by range(order_id)(partition p1 values less than(5000),partition p2 values less than(10000),partition p3 values less than(MAXVALUE));`
   
   ### Example codes for reproduce this issue (such as a github link).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu commented on issue #18476: Create partition table is not supported.

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #18476:
URL: https://github.com/apache/shardingsphere/issues/18476#issuecomment-1164395092

   Sharding feature is the best replacement of MySQL's partition. There is not plan to support MySQL's partition for now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] peilinqian commented on issue #18476: Create partition table is not supported.

Posted by GitBox <gi...@apache.org>.
peilinqian commented on issue #18476:
URL: https://github.com/apache/shardingsphere/issues/18476#issuecomment-1165233583

   > Sharding feature is the best replacement of MySQL's partition. There is not plan to support MySQL's partition for now.
   
   There are currently no plans to support opengauss partitions either?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] peilinqian commented on issue #18476: Create partition table is not supported.

Posted by GitBox <gi...@apache.org>.
peilinqian commented on issue #18476:
URL: https://github.com/apache/shardingsphere/issues/18476#issuecomment-1165233383

   There are currently no plans to support opengauss partitions either?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu closed issue #18476: Create partition table is not supported.

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #18476: Create partition table is not supported.
URL: https://github.com/apache/shardingsphere/issues/18476


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org