sidnakoppa opened a new issue #652: Reading Merge_on_read table| Failing SchemaParseException: Empty name URL: https://github.com/apache/incubator-hudi/issues/652 Hi , I have created hudi data-set passing below option. `.option(DataSourceWriteOptions.STORAGE_TYPE_OPT_KEY,"MERGE_ON_READ").` When I create table in hive with below serde properies i am getting exception while reading. > Exception : Failed with exception java.io.IOException:org.apache.avro.SchemaParseException: Empty name ``` ROW FORMAT SERDE 'com.uber.hoodie.hadoop.realtime.HoodieParquetSerde' STORED AS INPUTFORMAT 'com.uber.hoodie.hadoop.realtime.HoodieRealtimeInputFormat' ``` If I create with below serde properties.I am unable to read the updated records. ``` ROW FORMAT SERDE 'org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe' STORED AS INPUTFORMAT 'com.uber.hoodie.hadoop.HoodieInputFormat' ``` I am able to read copy_on_write table's latest view 1. Could you guide in reading the merge_on_read table's view to fetch the updated records. 2. Also when I runsync tool for merge_on_read it is creating the table with serde HoodieInputFormat,but I have to create a realtime view
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
