1
0
Files
hudi/hoodie-spark
Ho Tien Vu 11c4121f73 Fixed TableNotFoundException when write with structured streaming (#778)
- When write to a new hoodie table, if checkpoint dir is under target path, Spark will create the base path and thus skip initializing .hoodie which result in error

- apply .hoodie existent check for all save mode
2019-07-12 09:17:16 -07:00
..