xiarixiaoyao commented on issue #4978: URL: https://github.com/apache/hudi/issues/4978#issuecomment-1062470012
@awpengfei yes, for now it is a expected behavior, before call any hudi function, hive will filter out all files which start with '.' so all the log files are filtered out. you have two way to sovle this problem 1: trigger compaction, after compaction parquet file will generate 2: modify hive souce code, not filter out .log files -- 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]
