cccs-jc opened a new issue #4289:
URL: https://github.com/apache/iceberg/issues/4289


   this works
   ```
   spark.sql("""
   CALL catalog_name.system.remove_orphan_files(table => 'db.sample', dry_run 
=> true)
   """)
   ```
   
   But this fails
   ```
   spark.sql("""
   /* comment */
   CALL catalog_name.system.remove_orphan_files(table => 'db.sample', dry_run 
=> true)
   """)
   ```
   
   Tools like dbt add comments to the statements that are executed. The 
comments are useful for auditing.
   
   


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