We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the load function for auto_replenishment.demand, I get spammed with messages like:
load
auto_replenishment.demand
[2023-06-08T11:28:30Z WARN deltalake::action::parquet_read] Unexpected field name `deletionVector` for remove action: Row { fields: [("path", Str("part-00001-551118bc-002c-4cfe-bdb8-c37605ba6179-c000.snappy.parquet")), ("deletionTimestamp", Long(1686194252522)), ("dataChange", Bool(false)), ("extendedFileMetadata", Bool(true)), ("partitionValues", MapInternal(Map { entries: [] })), ("size", Long(38622590)), ("deletionVector", Null)] }
This is due to delta upgrade to 2.4
Related to delta-io/delta-rs#928, delta-io/delta-rs#1094
The text was updated successfully, but these errors were encountered:
Upstream bug - hope for the best.
Also, tables that do not do merges do not seem to be affected by this.
Sorry, something went wrong.
@matt035343 if you re-create the table in question- do warnings go away?
They reappeared over the weekend.
The issue is confirmed for proteus 1.3.7
Closing as current release is not affected by this
george-zubrienko
No branches or pull requests
When using the
load
function forauto_replenishment.demand
, I get spammed with messages like:This is due to delta upgrade to 2.4
Related to delta-io/delta-rs#928, delta-io/delta-rs#1094
The text was updated successfully, but these errors were encountered: