vibhatha commented on code in PR #43482:
URL: https://github.com/apache/arrow/pull/43482#discussion_r1697781125
##########
java/dataset/src/main/java/org/apache/arrow/dataset/scanner/csv/CsvFragmentScanOptions.java:
##########
@@ -32,6 +32,9 @@ public class CsvFragmentScanOptions implements
FragmentScanOptions {
* CSV scan options, map to CPP struct CsvFragmentScanOptions. The key in
config map is the field
* name of mapping cpp struct
*
+ * If the option type is std::vector in cpp code, only support set one value.
Review Comment:
mayeb:
```suggestion
* If the option type is a std::vector in the CPP code, only support for
setting one value.
```
--
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]