apache / hudi

Upserts, Deletes And Incremental Processing on Big Data.
https://hudi.apache.org/
Apache License 2.0
5.35k stars 2.42k forks source link

[SUPPORT]flink insert hudi cow table ,but hive query is null。 #7115

Open chinaboyll opened 1 year ago

chinaboyll commented 1 year ago

Steps to reproduce the behavior:

  1. create flinksql table hudi_cow ,sync.mode is hms
  2. insert into flinktable hudi_cow.
  3. query hive table hudi_cow. The result is null

Environment Description

nsivabalan commented 1 year ago

CC @yuzhaojing @danny0405

danny0405 commented 1 year ago

Make sure you open the checkpoint of the write process.

xushiyan commented 1 year ago

query hive table hudi_cow. The result is null

@chinaboyll do you mean return 0 records? do you see any issue from the logs of the hive sync process?

sunneebaby commented 1 year ago

I also face this case.

ad1happy2go commented 11 months ago

@sunneebaby Can you let us know in detail exactly what issue you faced?