Skip to content

Conversation

@wgtmac
Copy link
Member

@wgtmac wgtmac commented Sep 4, 2025

Just copied everything from the TableProperties.java as of today

@wgtmac wgtmac force-pushed the table_prop branch 2 times, most recently from 6723d40 to 30b86fe Compare September 4, 2025 15:31
Just copied everything from the TableProperties.java as of today
"write.delete.avro.compression-level", ""};

// ORC properties
inline static Entry<int64_t> kOrcStripeSizeBytes{"write.orc.stripe-size-bytes",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we going with int64 here, and with int32 in Parquet? Int32 seems to be sufficient?

Copy link
Member Author

Choose a reason for hiding this comment

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

These align with the Java definitions.

Comment on lines 245 to 246
inline static Entry<bool> kSnapshotIdInheritanceEnabled{
"compatibility.snapshot-id-inheritance.enabled", false};
Copy link
Contributor

Choose a reason for hiding this comment

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

I would not backport this part. It was used before V2 was released to test out the snapshot inheritance, but I don't think anyone is really using it since upgrading to V2 is easier.

Copy link
Member Author

Choose a reason for hiding this comment

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

Just removed it. Thanks for the information!

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

Left two minor comments, but apart from that this looks good to me 👍

@Fokko Fokko merged commit 24176f6 into apache:main Oct 2, 2025
7 checks passed
@Fokko
Copy link
Contributor

Fokko commented Oct 2, 2025

Nice one, thanks for adding this @wgtmac 🙌

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