Weijun-H commented on PR #18408:
URL: https://github.com/apache/datafusion/pull/18408#issuecomment-3475066142

   > One additional thing - I didn't see anything in this PR for the unparser. 
It's possible that the set/unset isn't supported (and/or shouldn't be 
supported) there but could you take a look and see?
   
   @Omega359 Thanks for flagging it. I double-checked the unparser: today it 
simply funnels `LogicalPlan::Statement` through the query path, so `SET/RESET` 
plans aren’t rendered back to SQL. Supporting them would also need upstream 
sqlparser changes, as the AST has no native RESET node. Leaving it out of this 
PR was intentional given those constraints.


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