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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]