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/10/13 05:24:51 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #21543: Improve Properties definition in DistSQL to support more types

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

   Ref to #18811, 
   
   I found that the behavior of property value in DistSQL has some conflicts with the specification, e.g.
   ````
   ADD RESOURCE resource_0 (
        HOST='127.0.0.1', # string
        PORT=3306, # int
        DB='db0', # string
        USER='root', # string
        PASSWORD="root", # string
        PROPERTIES("maximumPoolSize"="10") # string
   )
   ````
   The key of a property is a string ("maximumPoolSize"), but the value can be an integer or a boolean.
   
   Therefore, I am going to adjust the definition of the `PROPERTIES` in DistSQL so that the types supported by value conform to the overall specification.


-- 
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] RaigorJiang commented on issue #21543: Improve Properties definition in DistSQL to support more types

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

   Completed.


-- 
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] RaigorJiang closed issue #21543: Improve Properties definition in DistSQL to support more types

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #21543: Improve Properties definition in DistSQL to support more types
URL: https://github.com/apache/shardingsphere/issues/21543


-- 
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] TeslaCN commented on issue #21543: Improve Properties definition in DistSQL to support more types

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

   Hi @RaigorJiang 
   Any progress here?


-- 
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