terrymanu commented on issue #31478: URL: https://github.com/apache/shardingsphere/issues/31478#issuecomment-5331335517
Hi @iamhucong, thanks for reporting this. All SQL cases listed in this issue are already supported by the current ShardingSphere SQL parser, so we are closing it as completed. - `SELECT ... INTO OUTFILE ... FORMAT AS ... PROPERTIES ...` for Doris was implemented in #37509 and extended with more test cases in #37662 and #37673, covering CSV/PARQUET formats and broker/S3 properties. - Doris `CREATE FILE` / `DROP FILE` was implemented in #38050, covering quoted file names, `IN database`, and `PROPERTIES`. - The `CONV` entries are documentation snippets rather than executable SQL; the actual statement `SELECT CONV(15,10,2)` is parsed as a regular function call. - The CTE + `UNION` + `INTO OUTFILE` combination is covered by the Doris grammar, where `selectWithInto` allows `withClause?`, set operations, and `selectIntoExpression` in one statement. Feel free to reopen this issue with a specific failing SQL if anything still cannot be parsed on the latest master. -- 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]
