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

   Hi @Zhengcy05, thanks for volunteering to work on this.
   
   The proposed scope looks good to me. Please keep the first PR focused on the 
unsupported-operation guard instead of full temporary table support: make the 
MySQL `TEMPORARY` semantic detectable for `CREATE TABLE` / `DROP TABLE`, reject 
`CREATE TEMPORARY TABLE` and `DROP TEMPORARY TABLE` before the SQL is sent to 
the backend, and return the project-standard unsupported SQL error.
   
   Please also add regression tests to verify that temporary-table DDL no 
longer causes an NPE and does not enter the normal push-down metadata refresh 
flow.
   
   Looking forward to your PR.


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