You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/13 12:38:54 UTC

[GitHub] [arrow] hcoona opened a new pull request #10312: ARROW-12773: [Docs] mark ORC java-lang supported, Parquet java-lang unsupported.

hcoona opened a new pull request #10312:
URL: https://github.com/apache/arrow/pull/10312


   See https://issues.apache.org/jira/browse/ARROW-12773 for further details.


-- 
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:
users@infra.apache.org



[GitHub] [arrow] hcoona commented on pull request #10312: ARROW-12773: [Docs] mark ORC java-lang supported, Parquet java-lang unsupported.

Posted by GitBox <gi...@apache.org>.
hcoona commented on pull request #10312:
URL: https://github.com/apache/arrow/pull/10312#issuecomment-840973204


   Nice to know it. The MR updated for it.


-- 
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:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on pull request #10312: ARROW-12773: [Docs] Clarify Java support for ORC and Parquet via JNI bindings

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #10312:
URL: https://github.com/apache/arrow/pull/10312#issuecomment-842267587


   Thanks for the fix!


-- 
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:
users@infra.apache.org



[GitHub] [arrow] lidavidm closed pull request #10312: ARROW-12773: [Docs] Clarify Java support for ORC and Parquet via JNI bindings

Posted by GitBox <gi...@apache.org>.
lidavidm closed pull request #10312:
URL: https://github.com/apache/arrow/pull/10312


   


-- 
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:
users@infra.apache.org



[GitHub] [arrow] lidavidm closed pull request #10312: ARROW-12773: [Docs] Clarify Java support for ORC and Parquet via JNI bindings

Posted by GitBox <gi...@apache.org>.
lidavidm closed pull request #10312:
URL: https://github.com/apache/arrow/pull/10312


   


-- 
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:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on a change in pull request #10312: ARROW-12773: [Docs] mark ORC java-lang supported, Parquet java-lang unsupported.

Posted by GitBox <gi...@apache.org>.
lidavidm commented on a change in pull request #10312:
URL: https://github.com/apache/arrow/pull/10312#discussion_r632491706



##########
File path: docs/source/status.rst
##########
@@ -232,6 +232,8 @@ Notes:
 
 * *W* = Write supported
 
-* \(1) Nested read/write not supported
+* \(1) Nested read/write not supported.
 
-* \(2) Through JNI bindings to datasets.
+* \(2) Through JNI bindings. (Provided by ```org.apache.arrow.orc:arrow-orc```)
+
+* \(3) Through JNI bindings to datasets. (Provided by ```org.apache.arrow:arrow-dataset```)

Review comment:
       ```suggestion
   * \(2) Through JNI bindings. (Provided by ``org.apache.arrow.orc:arrow-orc``)
   
   * \(3) Through JNI bindings to Arrow C++ Datasets. (Provided by ``org.apache.arrow:arrow-dataset``)
   ```




-- 
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:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on pull request #10312: ARROW-12773: [Docs] mark ORC java-lang supported, Parquet java-lang unsupported.

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #10312:
URL: https://github.com/apache/arrow/pull/10312#issuecomment-840588242


   Good catch on the ORC adapter! However, I think Parquet is supported, just in a different way: there's a separate artifact that provides JNI bindings to the Arrow Datasets library, which in turn reads Parquet: https://github.com/apache/arrow/tree/master/java/dataset
   
   It might be good to clarify that in the docs, though (e.g. by linking to or naming the actual Java artifacts that provide the support).


-- 
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:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10312: ARROW-12773: [Docs] mark ORC java-lang supported, Parquet java-lang unsupported.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10312:
URL: https://github.com/apache/arrow/pull/10312#issuecomment-840528135


   https://issues.apache.org/jira/browse/ARROW-12773


-- 
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:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on pull request #10312: ARROW-12773: [Docs] Clarify Java support for ORC and Parquet via JNI bindings

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #10312:
URL: https://github.com/apache/arrow/pull/10312#issuecomment-842267587


   Thanks for the fix!


-- 
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:
users@infra.apache.org