Ashwin07 opened a new issue, #9553: URL: https://github.com/apache/iceberg/issues/9553
I have been trying to test branching feature in Apache Iceberg 1.4.3, but facing the below issue with procedure call fast_forward, Can you please let me know if this an existing limitation or something I am missing. Apache Iceberg = 1.4.3 Spark = 3.3.2 catalog name = silver_layer namespace = iceberg_poc table name = TEST_BRANCHING spark.sql("""call silver_layer.system.fast_forward('silver_layer.iceberg_poc.TEST_BRANCHING', 'main', 'audit-branch')""").show() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/cloudera/parcels/SPARK3-3.3.2.3.3.7190.0-91-1.p0.45265883/lib/spark3/python/pyspark/sql/session.py", line 1034, in sql return DataFrame(self._jsparkSession.sql(sqlQuery), self) File "/opt/cloudera/parcels/SPARK3-3.3.2.3.3.7190.0-91-1.p0.45265883/lib/spark3/python/lib/py4j-0.10.9.5-src.zip/py4j/java_gateway.py", line 1321, in __call__ File "/opt/cloudera/parcels/SPARK3-3.3.2.3.3.7190.0-91-1.p0.45265883/lib/spark3/python/pyspark/sql/utils.py", line 196, in deco raise converted from None pyspark.sql.utils.AnalysisException: Procedure system.fast_forward not found -- 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.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