[GitHub] kevinjmh commented on a change in pull request #3107: [WIP][Test][CARBONDATA-3271] Provide python SDK for reading CarbonData from S3

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] kevinjmh commented on a change in pull request #3107: [WIP][Test][CARBONDATA-3271] Provide python SDK for reading CarbonData from S3

GitBox
kevinjmh commented on a change in pull request #3107: [WIP][Test][CARBONDATA-3271] Provide python SDK for reading CarbonData from S3
URL: https://github.com/apache/carbondata/pull/3107#discussion_r252129633
 
 

 ##########
 File path: store/PYSDK/test/testFileLists.py
 ##########
 @@ -0,0 +1,35 @@
+from pycarbon.CarbonReader import CarbonReader
+from pycarbon.java_gateway import java_gateway
+
+print("Start")
+java_gate_way = java_gateway()
+
+java_list = java_gate_way.gateway.jvm.java.util.ArrayList()
+java_list.append(
+    "/Users/xubo/Desktop/xubo/git/carbondata1/store/sdk/target/flowers/part-0-7548049181287_batchno0-0-null-7548045761060.carbondata")
+java_list.append(
+    "/Users/xubo/Desktop/xubo/git/carbondata1/store/sdk/target/flowers/part-0-7548130271151_batchno0-0-null-7548126812747.carbondata")
 
 Review comment:
   please change the file path

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services