bvaradar commented on issue #2348:
URL: https://github.com/apache/hudi/issues/2348#issuecomment-748366898
With 0.6.0, you can pass multiple paths
partition_paths =
['s3a://analytics/partition1','s3a://analytics/partition2/']
df = spark.read.format('hudi').option("hoodie.datasource.read.paths",
"s3a://analytics/partition1,s3a://analytics/partition2/").load()
----------------------------------------------------------------
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:
[email protected]