HuaHuaY commented on code in PR #50926:
URL: https://github.com/apache/arrow/pull/50926#discussion_r3851731154
##########
cpp/src/arrow/csv/options.h:
##########
@@ -61,6 +61,8 @@ struct ARROW_EXPORT ParseOptions {
bool ignore_empty_lines = true;
/// A handler function for rows which do not have the correct number of
columns
InvalidRowHandler invalid_row_handler;
+ /// Whether rows with fewer columns than expected are padded with nulls.
+ bool pad_short_rows = false;
Review Comment:
I feel that Python's functional support is a subset of C++'s. I didn't break
the compilation of the Python code. If anyone needs this functionality, they
can add the binding.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]