[ https://issues.apache.org/jira/browse/HUDI-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518693#comment-17518693 ]
rex xiong commented on HUDI-2762: --------------------------------- as [~mengtao] mentioned, hive will filter out files which start with "." or "_", and I think It's not appropriate to simply modify on the hive side, because Many users may use this "feature" in their own production scenarios as hive treats these files as temporary files. > Ensure hive can query insert only logs in MOR > --------------------------------------------- > > Key: HUDI-2762 > URL: https://issues.apache.org/jira/browse/HUDI-2762 > Project: Apache Hudi > Issue Type: Task > Components: hive > Reporter: Rajesh Mahindra > Assignee: Alexey Kudinkin > Priority: Blocker > Fix For: 0.11.0 > > > Currently, we are able to query MOR tables that have base parquet files with > inserts an logs files with updates. However, we are currently unable to query > tables with insert only log files. Both _ro and _rt tables are returning 0 > rows. However, hms does create the table and partitions for the table. > > One sample table is here: > [https://s3.console.aws.amazon.com/s3/buckets/debug-hive-site?prefix=database/®ion=us-east-2] > > -- This message was sent by Atlassian Jira (v8.20.1#820001)