nsivabalan commented on code in PR #9373:
URL: https://github.com/apache/hudi/pull/9373#discussion_r1285082443


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieBaseRelation.scala:
##########
@@ -343,7 +343,7 @@ abstract class HoodieBaseRelation(val sqlContext: 
SQLContext,
    */
   override final def needConversion: Boolean = false
 
-  override def inputFiles: Array[String] = 
fileIndex.allFiles.map(_.getPath.toUri.toString).toArray
+  override def inputFiles: Array[String] = 
fileIndex.allBaseFiles.map(_.getPath.toUri.toString).toArray

Review Comment:
   Are we sure on this change? also, can we add java docs as to whats the 
expected file list here and how it is used. 



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

Reply via email to