nsivabalan commented on pull request #4405:
URL: https://github.com/apache/hudi/pull/4405#issuecomment-1002811744
I made a hacky fix in .HMSDDLExecutor.updatePartitionsToTable to check if my
theory is right
```
Map<String, String> params = new HashMap<>();
params.put("numFiles","0");
params.put("totalSize","0");
return new Partition(partitionValues, syncConfig.databaseName,
tableName, 0, 0, sd, params);
```
and the test succeeds.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]