kiszk commented on a change in pull request #10652:
URL: https://github.com/apache/arrow/pull/10652#discussion_r707516733



##########
File path: 
java/dataset/src/main/java/org/apache/arrow/dataset/jni/JniWrapper.java
##########
@@ -67,7 +67,9 @@ private JniWrapper() {
   /**
    * Create Scanner from a Dataset and get the native pointer of the Dataset.
    * @param datasetId the native pointer of the arrow::dataset::Dataset 
instance.
-   * @param columns desired column names. Columns not in this list will not be 
emitted when performing scan operation.
+   * @param columns desired column names.
+   *                Columns not in this list will not be emitted when 
performing scan operation. Null equals

Review comment:
       Do you have any intention to insert a newline?




-- 
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]


Reply via email to