hassan-ammar
hassan-ammar
@rishabhbandi can you please share the correct config to set table path ? My table is on s3. I am trying your scenario #2 (merging by spark.sql with managed HUDI...
@rishabhbandi we can talk now
Logging off for today. @rishabhbandi It would be really great if you share how to set the configs. I have tried the following `spark = SparkSession.builder.config('hoodie.base.path','s3://[bucket path]/')` `.config('BASE_PATH.key','s3://[bucket path]/')` Also...
For Scenario 1, _hoodie_commit_time is getting updated for rows which satisfies the merge criteria but other column values are not getting updated. For Scenario 2 I am still getting hoodie...