EO W
10/25/2022, 6:20 AMif (tableConfig.getTableType() == TableType.REALTIME) {
LOGGER.warn("Skip generating task: {} for real-time table: {}", taskType, tableName);
continue;
}
I think, if it is possible to upload a segment to a real-time table, it is possible to download an existing segment and purge the record to create a new segment and upload it.
Is the action to purge for realtime table not possible yet? Or is it just that this built-in task is implemented to only target offline tables?francoisa
10/25/2022, 6:58 AMEO W
10/25/2022, 7:03 AMfrancoisa
10/25/2022, 7:28 AMfrancoisa
10/25/2022, 7:28 AMEO W
10/25/2022, 10:09 AM