wgy8283335 opened a new issue #9059:
URL: https://github.com/apache/shardingsphere/issues/9059


   Target
   - Collate SQL definition of DROP TABLE to make SQL definition of Apache 
ShardingSphere the same with Oracle's.
   - Add a test case
   
   HOW
   1 Compare DROP TABLE definition in Oficial SQL Doc and ShardingSphere SQL Doc
   2 If there is any difference in ShardingSphere SQL Doc, please correct them 
referring to Official SQL Doc (g4 file of ANTLR)
   3 Run mvn install shardingsphere-sql-parser-oracle
   4 Check whether there are any exceptions. If exists, please fix them. 
(Please pay attention to xxxVisitor.class)
   5 Add new corresponding SQL case in 
shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql 
and expected parsed result in 
shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/case
   6 Run SQLParserParameterizedTest 
(shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/engine/SQLParserParameterizedTest.java).
   
   Tips
   - Since this issue is a child one of #6480, I guess the PRs relevant to 
#6480 will give you some examples or hints.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to