j1wonpark opened a new pull request, #16716:
URL: https://github.com/apache/iceberg/pull/16716

   Closes #16683. Follow-up to #16626.
   
   Iceberg DDL is dispatched to a grammar with no parameter markers (`?` / 
`:name`), so `parsePlanWithParameters` does not forward the `ParameterContext` 
on that path. Previously a non-empty context reaching an Iceberg command was 
dropped silently; this rejects it with a clear `IcebergParseException` instead. 
The empty context Spark always supplies for arg-less queries still flows 
through unchanged.
   
   Tested via two regression cases in `TestExtendedParser` (fail-fast 
end-to-end, and the rejected context is not forwarded to the delegate).


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