terrymanu commented on issue #31497:
URL: 
https://github.com/apache/shardingsphere/issues/31497#issuecomment-5343921440

   Hi @iamhucong, thanks for the report. All cases listed in this issue are now 
supported on current master, so this issue can be closed as completed.
   
   - `KILL [CONNECTION] processlist_id` and `KILL QUERY processlist_id | 
query_id` were supported by #37554.
   - `ADMIN REBALANCE DISK ON ("192.168.1.1:1234", "192.168.1.2:1234")` is 
supported by #39510.
   - `CREATE FUNCTION java_udf_add_one(int) RETURNS int PROPERTIES (...)` and 
`CREATE AGGREGATE FUNCTION simple_sum(INT) RETURNS INT PROPERTIES (...)` are 
covered by the parser IT cases added in #37509 
(`create_function_doris_udf_basic` and `create_function_doris_aggregate`).
   - `MAX([DISTINCT | ALL] expression) OVER (analytic_clause)` is covered by 
the existing aggregation-function-with-over grammar, which is already exercised 
by Doris window function IT cases such as `select_window_named_partition_doris`.
   - `SMALLINT` is part of the supported Doris data type grammar.
   
   I will tick the remaining checkboxes and close this issue. Thanks to 
everyone who contributed.


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

Reply via email to