zihaoAK47 commented on code in PR #26079: URL: https://github.com/apache/shardingsphere/pull/26079#discussion_r1221379265
########## test/it/parser/src/main/resources/case/ddl/create-table.xml: ########## @@ -17,6 +17,12 @@ --> <sql-parser-test-cases> + <create-table sql-case-id="create_table_with_backtick"> + <table name="t_order" start-delimiter="`" end-delimiter="`" start-index="13" stop-index="23" /> Review Comment: @RaigorJiang Sorry, I misunderstood the purpose of the start-delimiter and end-delimiter attributes for processing backticks. I have now created a new method to retrieve the correct table name enclosed with backticks. Please check it, mentor. -- 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]
