Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The user specifies option for sources through a new connector option:

OptionTypeDefault value
source.filter-push-down.enabledBooleantrue


For other abilities with side effects, we can also consider adding similar configuration options in the future to give users the choice.

OptionTypeDefault value
source.aggregate-push-down.enabledBooleantrue
...Booleantrue

Proposed Changes

For sources that need to support disabling filter pushdown, it is necessary to check this configuration in the applyFilters method to determine whether to perform predicate pushdown.

...