Versions Compared

Key

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

...

In order to unify the usage of DefaultLookupCache across all connectors, we'd like to introduce some common table options, which are defined under class LookupOptions. Note that these options are not required to implement by all connectors. 

...

Currently we have JDBC, Hive and HBase connector implemented lookup table source. All existing implementations will be migrated to the current design and the migration will be transparent to end users. Table options related to caching defined by these connectors will be migrated to new table options defined in this FLIP above

Test Plan

We will use unit and integration test for validating the functionality of cache implementations.

...