Hi, looking at <https://github.com/apache/pinot/pu...
# troubleshooting
t
Hi, looking at https://github.com/apache/pinot/pull/8032 from the 0.10.0 release, my understanding is that we can now batch ingest segments into realtime tables? I just tried doing this with
pinot-admin.sh LaunchDataIngestionJob
but I get a
Failed to decode table config from JSON
error. Is this expected?
m
Hey @Tiger Zhao this feature was designed for supporting long retention realtime table, and in such cases, minion is used for pushing data (eg merge/rollup), and not really with a standalone offline ingestion job. What’s your use case for pushing data to realtime table via ingestion job?
t
the use case is for backfilling realtime upsert tables
like if we were to reset a table and we wanted to add back in older data and keep the upsert functionality
m
That seems a valid use case. @Yupeng Fu @Jackie