n3world opened a new pull request #10202:
URL: https://github.com/apache/arrow/pull/10202


   Add a new callback to ParseOption which is invoked when a row does not have 
the correct number of columns. Using the RowModifier interface the callback can 
skip the row or add or remove fields.
   
   Some basic handlers were added to skip all invalid rows, add a null value 
for missing columns and one that forces the row to the correct number of 
columns by adding null values or removing the columns at the end of the row.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to