Skip to content

Conversation

@xxchan
Copy link
Member

@xxchan xxchan commented Mar 25, 2025

same as #871

Which issue does this PR close?

  • Closes #.

What changes are included in this PR?

Are these changes tested?

xxchan added 2 commits March 25, 2025 23:07
same as apache#871

Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Comment on lines 44 to 51
let fields = vec![
NestedField::required(1, "committed_at", Type::Primitive(PrimitiveType::Timestamp)),
NestedField::required(2, "snapshot_id", Type::Primitive(PrimitiveType::Long)),
NestedField::optional(3, "parent_id", Type::Primitive(PrimitiveType::Long)),
NestedField::required(4, "operation", Type::Primitive(PrimitiveType::String)),
NestedField::required(5, "manifest_list", Type::Primitive(PrimitiveType::String)),
NestedField::required(
6,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: xxchan <xxchan22f@gmail.com>
Comment on lines +45 to +52
arrow-arith = { version = "54.2.0" }
arrow-array = { version = "54.2.0" }
arrow-buffer = { version = "54.2.0" }
arrow-cast = { version = "54.2.0" }
arrow-ord = { version = "54.2.0" }
arrow-schema = { version = "54.2.0" }
arrow-select = { version = "54.2.0" }
arrow-string = { version = "54.2.0" }
Copy link
Member Author

@xxchan xxchan Mar 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to bump arrow crates, as with_keys_field is introduced in 54.2

(caught by MSRV check
image

xxchan added 2 commits March 28, 2025 17:06
Signed-off-by: xxchan <xxchan22f@gmail.com>
Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @xxchan for this pr, LGTM!

@liurenjie1024 liurenjie1024 merged commit 5cdd6eb into apache:main Mar 31, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants