Task #27679
Make BatchAppend use BatchInput_t for consistency with BatchSubmit
Start date:
27/05/2025
Due date:
% Done:
100%
Estimated time:
Description
Changed BatchAppend
to accept []BatchInput_t
instead of []batchsqlc.InsertIntoBatchRowsParams
. This makes the API consistent between BatchSubmit and BatchAppend and aligning with wiki documentation.
Updated by Sachin Divekar 16 days ago
- % Done changed from 0 to 100
- Status changed from New to In Progress
Changed BatchAppend
to accept []BatchInput_t
instead of []batchsqlc.InsertIntoBatchRowsParams
. Updated batch append example to use the new signature and fixed missing BatchOutputBucket configuration.