boneanxs commented on code in PR #6046:
URL: https://github.com/apache/hudi/pull/6046#discussion_r972929585
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/BaseFileOnlyRelation.scala:
##########
@@ -160,9 +160,6 @@ class BaseFileOnlyRelation(sqlContext: SQLContext,
fileFormat = fileFormat,
optParams)(sparkSession)
} else {
- val readPathsStr = optParams.get(DataSourceReadOptions.READ_PATHS.key)
Review Comment:
Here maybe also need to consider globPath? for example
`spark.read.format("hudi").load("basePath/*/*/file")`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]