jsbali commented on pull request #2879:
URL: https://github.com/apache/hudi/pull/2879#issuecomment-889354981
Previously useJdbc flag was used to specify to useJdbc or HiveQL for ddl
commands.
With this diff we have added the option for doing ddl commands via HMS as
well.
Usage is as follows
New option is syncMode which can take three values
- hms, hiveql (old way useJdbc as false) and jdbc (old way useJdbc as true)
--
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]