laglangyue commented on PR #43526:
URL: https://github.com/apache/spark/pull/43526#issuecomment-1808025083

   hi @LuciferYang . Do you have any ideas?
   
`org.apache.spark.sql.execution.streaming.CompactibleFileStreamLog#allFiles()`
   the method will return `Array.empty` will return `Array[Object]`,but not 
`Array[FileEntry]`.
   ClassTag=null means that implicit types cannot be found from the context, 
   `FileStreamSourceLog  -> CompactibleFileStreamLog,`ClassTag` cannot be found 
during generic passing.
   hope to get some help.
   
   


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

Reply via email to