You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure a consistent RecordBatch schema is used during checkpoint writes
Since the kernel is just spitting back whatever data it had read
verbatim, we are now assuming that our first batch emitted for the
checkpoint is "correct" and then casting everything thereafter
This also drops the use of the Table API which @zachschuermann is
removing in the next release of kernel
Fixes#3527
Signed-off-by: R. Tyler Croy <[email protected]>
0 commit comments