DeltaError: Invalid table version error #3056
Unanswered
ashishkaul01
asked this question in
Q&A
Replies: 1 comment
-
@ashishkaul01 Table version zero is typically when the table has just been initialized and the CDF loading code might not handle that properly. Does the table have data in it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an error occurring when i call the
load_cdf
function with the columns parameter onlydelta_table.load_cdf(columns=['_commit_version'])
Prior to calling load_cdf i am able to load the delta_table properly. I have verified that.
The error is:
Would someone have an idea as to why that might be happening?
Beta Was this translation helpful? Give feedback.
All reactions