This is an automated email from the ASF dual-hosted git repository.
rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from f1fec060a6 Support runtime reload for TLS resources (#12277)
add eeaf1f0811 [feature] allow dim table config to detect/disallow
duplicate PK (#12290)
No new revisions were added by this update.
Summary of changes:
.../manager/offline/DimensionTableDataManager.java | 9 ++-
.../offline/DimensionTableDataManagerTest.java | 75 ++++++++++++++++++---
.../framework/SegmentProcessorFrameworkTest.java | 2 +-
.../src/test/resources/data/dimBaseballTeams.avro | Bin 2214 -> 0 bytes
.../src/test/resources/data/dimBaseballTeams.avsc | 8 ---
.../src/test/resources/data/dimBaseballTeams.csv | 1 +
.../resources/data/dimBaseballTeams_config.json | 0
.../spi/config/table/DimensionTableConfig.java | 11 ++-
8 files changed, 84 insertions(+), 22 deletions(-)
delete mode 100644 pinot-core/src/test/resources/data/dimBaseballTeams.avro
delete mode 100644 pinot-core/src/test/resources/data/dimBaseballTeams.avsc
copy
pinot-tools/src/main/resources/examples/batch/dimBaseballTeams/dimBaseballTeams_offline_table_config.json
=> pinot-core/src/test/resources/data/dimBaseballTeams_config.json (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]