dongjoon-hyun commented on code in PR #44636:
URL: https://github.com/apache/spark/pull/44636#discussion_r1448099879
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/FileStreamSource.scala:
##########
@@ -379,6 +418,9 @@ object FileStreamSource {
def sparkPath: SparkPath = SparkPath.fromUrlString(path)
}
+ /** Newly fetched files metadata holder. */
+ private case class NewFileEntry(path: SparkPath, size: Long, timestamp: Long)
Review Comment:
The file size seems to be already `Long` which is greater than `Int`.
--
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]