YuweiXIAO

Results 39 comments of YuweiXIAO

@nsivabalan will take a deep look on it this week!

@jjtjiang Hey, could u post the content of `hoodie.property` under `.hoodie` folder? And which version of hudi are you using? Could u try testing it with the latest master code?...

@shah-nirmit Hi~ I have developed a PoC for sql like `insert into select * from read_csv()`. The implementation aligns with your idea, utilizing a`nodeModifyTable` on top of pg_duckdb's `CustomScan`. I...

hi~ @JelteF The test cases aren't fully covered yet. would appreciate some feedback before finalizing the details. Thanks!

> I think that would be worked around by #583, but then the opposite would hold (i.e. inserting into a varchar column woudl fail). So I think we need some...

The MR is ready for review~ @JelteF Please take a look when you have a chance. Currently, the regression is failing for `hugeint_numeric`. The issue seems related to the following...

> To set expectations: I think this is a very cool feature and your implementation looks like the right direction. But it is relatively complex and impactful, so I would...

@JelteF Thanks for the review! YES, go for 1.1.0 is reasonable.

Yeah, that would be nice! Let me resolve the conflict first.

@JelteF Hey, restrictions on unsafe types like JSON/LIST have been removed by converting Postgres slots into DuckDB data chunks in a columnar fashion. If any other unsafe type is supported...