taiyang-li commented on code in PR #8518:
URL: https://github.com/apache/incubator-gluten/pull/8518#discussion_r1952336664
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/GlutenWholeStageColumnarRDD.scala:
##########
@@ -36,7 +36,9 @@ case class GlutenPartition(
index: Int,
plan: Array[Byte],
splitInfosByteArray: Array[Array[Byte]] = Array.empty[Array[Byte]],
- locations: Array[String] = Array.empty[String]
+ locations: Array[String] = Array.empty[String],
+ files: Array[String] =
+ Array.empty[String] // touched files, for implementing UDF
input_file_name
Review Comment:
Yes. It is used to implement function like `select input_file_name() from
range();`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]