JinYang

Results 16 comments of JinYang

From the official docs, there are two ways to implement incremental queries. 1. Configuration passed by options, details [Spark Incremental Query For Hudi-0.13.0](https://hudi.apache.org/docs/0.13.0/querying_data#spark-incr-query) 2. Through the `hudi_table_changes` TVF, details [Spark...

does this mean we need to extract the schema from hoodie.properties, instead of the latest parquet file?

just checked how this works, i will work on that

> @gohalo thanks for raising this. While an "examples" crate can be helpful, we won't merge nice-to-have PRs until we can justify the value of the code. As of now,...

does this still wip? while i try to add some create table methods, just found this is a little chaos. maybe i will try to refact that. @codope @xushiyan

Submit a pr, just replaced the anyhow package, but still have some problems to fix. First, how to classified the errors. 1. User configurations, invalid file/object path, unsupported features. 2....

hey, i could work on that if no one plan for.

i could work on that if no one plan for. As [externalized-config-file](https://hudi.apache.org/cn/docs/configurations#externalized-config-file) described , should scan all files under HUDI_CONF_DIR directory, and maybe filter with *.conf. And i havn't found...

@xushiyan @codope Hope this codes could be reviewed as soon as possible, because it refact the core crate, and almost every new merged code should refact again. 😊