-
Notifications
You must be signed in to change notification settings - Fork 314
native_iceberg_compat uses hard-coded config values #1816
Copy link
Copy link
Open
Labels
area:scanParquet scan / data readingParquet scan / data readingbugSomething isn't workingSomething isn't workingnative_iceberg_compatSpecific to native_iceberg_compat scan typeSpecific to native_iceberg_compat scan typepriority:mediumFunctional bugs, performance regressions, broken featuresFunctional bugs, performance regressions, broken features
Milestone
Metadata
Metadata
Assignees
Labels
area:scanParquet scan / data readingParquet scan / data readingbugSomething isn't workingSomething isn't workingnative_iceberg_compatSpecific to native_iceberg_compat scan typeSpecific to native_iceberg_compat scan typepriority:mediumFunctional bugs, performance regressions, broken featuresFunctional bugs, performance regressions, broken features
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
In native_iceberg_compat, the initialization had codes the following configuration flags -
These explicitly set the config to the default values for the configs.
We should apply the values specified by the end user instead and use defaults only if the value is not provided.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response