amogh-jahagirdar opened a new pull request, #6728:
URL: https://github.com/apache/iceberg/pull/6728

   @hililiwei @jackye1995 @flyrain  @yyanyy  When working on the drop branch 
implementation, I noticed that the "or" condition for replace branch wasn't 
placed right in https://github.com/apache/iceberg/pull/6638 . It should be 
within the startsWith("alter table") condition, but currently its outside. The 
Iceberg DDL will still work, but the check should be more specific to match the 
alter table condition to prevent any future spark sql syntax change from being 
bypassed in the `isIcebergCommand` check.
   
   Just raising this PR separately since it's a bugfix (albeit for an unlikely 
case)


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to