Re: [I] fast_forward does not work for the first commit in Spark [iceberg]

2024-01-22 Thread via GitHub
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

Re: [I] fast_forward does not work for the first commit in Spark [iceberg]

2023-10-17 Thread via GitHub
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

Re: [I] fast_forward does not work for the first commit in Spark [iceberg]

2023-10-16 Thread via GitHub
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