Mryange opened a new pull request, #67052:
URL: https://github.com/apache/doris/pull/67052

   
   This change picks #66594 onto master and adapts it to the latest dictionary 
loading code. Dictionary refresh previously concatenated raw catalog, database, 
table, and dictionary names into an internal `INSERT ... SELECT` statement 
executed by the background loader. Identifier text containing SQL syntax could 
therefore alter the parsed query structure. The fix quotes and escapes every 
identifier component with the existing Nereids helper and adds a parser-level 
unit test to verify that hostile-looking names remain a single source relation.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to