You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Which Delta project/connector is this regarding?
- [ ] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [x] Other (Uniform)
## Description
- This change aims to add support for Hudi in Uniform
- The changes were mostly copied from
[OneTable](https://github.com/onetable-io/onetable) which has a working
version of Delta to Hudi already
## How was this patch tested?
Some basic tests are added
## Does this PR introduce _any_ user-facing changes?
Yes, this allows users to expose their Delta tables as Hudi
Hudi does not currently support spark 3.5.X so you will need to launch a spark shell with spark 3.4.X or earlier.
18
+
Instructions for launching the spark-shell with Hudi can be found [here](https://hudi.apache.org/docs/quick-start-guide#spark-shellsql).
19
+
After launching the shell, you can read the table by enabling the hudi metadata table in the reader and loading from the path used in the create table step.
0 commit comments