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/04/29 07:53:10 UTC

[GitHub] [arrow] amol- commented on a change in pull request #10159: ARROW-12506: [Python] Improve modularity of pyarrow codebase: _hdfsio module

amol- commented on a change in pull request #10159:
URL: https://github.com/apache/arrow/pull/10159#discussion_r622814559



##########
File path: python/CMakeLists.txt
##########
@@ -391,7 +391,8 @@ set(CYTHON_EXTENSIONS
     _compute
     _csv
     _feather
-    _json)
+    _json
+    _hdfsio)

Review comment:
       Sorted alphabetically. Also there was `_fs` that was before `_compute` and thus moved that one too.




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