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

   Hi @iamhucong, thanks for reporting this. All remaining SQL cases listed in 
this issue are now supported on current master, so we can close it as completed.
   
   Here is the mapping:
   
   - `CREATE FUNCTION`, `SELECT ... INTO OUTFILE` (including `FORMAT AS CSV` / 
`FORMAT AS PARQUET`, `PROPERTIES`, and the `WITH` / `UNION` combinations) and 
`REGEXP` (both the function form and the operator form) were supported by 
#37509, which also added parser test assertions and Doris test SQL cases.
   - `array_filter(lambda, ARRAY<T>)` and `array_filter(ARRAY<T>, ARRAY<Bool>)` 
are covered by the Doris lambda expression and ARRAY type support added in 
#39523.
   
   I verified each remaining SQL case from the checklist against current master 
with the Doris parser; all of them parse and visit successfully without code 
changes. Per the issue description, cases that already execute successfully 
need no additional assert files.
   
   I will close this issue as completed. Thanks again for the contribution to 
Doris parsing support.


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