terrymanu commented on issue #31505: URL: https://github.com/apache/shardingsphere/issues/31505#issuecomment-5336821832
Hi, I checked the remaining cases on the current master: - `ROW_NUMBER() OVER (...)` is already supported by the existing window function rule. - `ELT`, `LTRIM`, `null_or_empty`, `BITSHIFTLEFT/BITSHIFTRIGHT`, `array_shuffle/shuffle`, `l2_distance/DISTANCE` are regular function calls that already parse through the generic function-name rule, so no code change is needed for them (some entries are doc fragments rather than SQL). I'll submit a PR for the remaining `RECOVER` and `SHOW TRANSACTION` statements. -- 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]
