You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have instance properties sleeper.ingest.record.batch.type and sleeper.ingest.partition.file.writer.type. These configure how ingest happens in a standard ingest task.
There's a system test IngestIT which tests we can ingest records with the different batch and writer types in a real standard ingest task.
Background
We have instance properties
sleeper.ingest.record.batch.type
andsleeper.ingest.partition.file.writer.type
. These configure how ingest happens in a standard ingest task.There's a system test IngestIT which tests we can ingest records with the different batch and writer types in a real standard ingest task.
This was split from the following issue:
Description
We'd like to configure the ingest record batch type and file writer type in table properties.
Analysis
We can use this in the system test IngestIT.
The text was updated successfully, but these errors were encountered: