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
- Remove redundant value is not None checks in convert_arrow_batch_to_records
(the None case is already handled earlier in the function)
- Recompute records_per_task after parallelism cap in get_read_tasks to ensure
even distribution of work across tasks
- Pass PyArrow schema instead of Ray Data Schema to KineticaDatasink in
write_kinetica to fix type mismatch
Signed-off-by: anindyam1969 <amukherjee@kinetica.com>
0 commit comments