vinothchandar commented on a change in pull request #1722:
URL: https://github.com/apache/hudi/pull/1722#discussion_r454670467
##########
File path: hudi-spark/src/main/scala/org/apache/hudi/DefaultSource.scala
##########
@@ -58,26 +60,28 @@ class DefaultSource extends RelationProvider
throw new HoodieException("'path' must be specified.")
}
+ // Try to create hoodie table meta client from the give path
+ // TODO: Smarter path handling
+ val metaClient = try {
+ val conf = sqlContext.sparkContext.hadoopConfiguration
+ Option(new HoodieTableMetaClient(conf, path.get, true))
Review comment:
>Snapshot for MOR: only support basePath
Let me think about this more. We need to support some form of globbing for
MOR/Snapshot query.
----------------------------------------------------------------
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]