amogh-jahagirdar closed issue #8849: fast_forward does not work for the first
commit in Spark
URL: https://github.com/apache/iceberg/issues/8849
--
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 s
ajantha-bhat commented on issue #8849:
URL: https://github.com/apache/iceberg/issues/8849#issuecomment-1765789016
Hmm, It is not just the null check addition in the procedure, later it fails
because reference MAIN does not exist during replace branch.
https://github.com/apache/icebe
ajantha-bhat commented on issue #8849:
URL: https://github.com/apache/iceberg/issues/8849#issuecomment-1765668208
> long currentRef = table.currentSnapshot().snapshotId();
Since the `audit-branch` is empty we have `table.currentSnapshot()` as null
and it leads to NPE, this should be f