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

   Hi @iamhucong, all SQL cases listed in this issue are now supported on the 
current master, so we can close it as completed.
   
   - The 6 `CREATE RESOURCE` cases are supported by #39552, which adds the 
`CREATE [EXTERNAL] RESOURCE ... PROPERTIES` grammar rule, 
`DorisCreateResourceStatement`, and parser IT cases covering double-quoted, 
unquoted, and back-quoted resource names, single/double-quoted properties, and 
the optional `EXTERNAL` prefix.
   - The `LOAD DATA ... PROPERTIES` cases are supported by #38368, which adds 
`dorisLoadDataStatement` with the trailing `PROPERTIES` clause, including the 
exact IT case `LOAD DATA LOCAL INFILE 'testData' INTO TABLE testDb.testTbl 
PROPERTIES ("timeout"="100")` and the non-`LOCAL` / `max_filter_ratio` variants.
   - The `CREATE, RESOURCE` snippet is a scraping artifact of the Doris docs 
page rather than a valid SQL statement, so no grammar change is needed for it.
   
   Closing this issue as completed. Thanks for everyone's contribution!


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