-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Closed as not planned
Copy link
Labels
good first issueGood for newcomersGood for newcomersimprovementPR that improves existing functionalityPR that improves existing functionalitystale
Description
Feature Request / Improvement
TestMetadataTableReadableMetrics currently hardcodes in the expected size into the metrics rows rather than actually checking the sizes from the underlying data. This means every time the Parquet version changes (or compression or what not) the test needs to be updated. See
Ideally we would change this so the expected values we check are only those which are not dependent on parquet version or change the test to check against the actual values.
See #11462 for an instance where this is complicating things
Query engine
None
Willingness to contribute
- I can contribute this improvement/feature independently
- I would be willing to contribute this improvement/feature with guidance from the Iceberg community
- I cannot contribute this improvement/feature at this time
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersimprovementPR that improves existing functionalityPR that improves existing functionalitystale