Description
commitAndPerformPostOperations in HoodieSparkSqlWriter commits all operations w/o checking for autoCommitProp. So, this prop is not being honored at spark ds layer.
Added below test to TestCOWDataSource and it fails.
https://gist.github.com/nsivabalan/479320351bec95ba3e0c0dfa5abb2b06
Whats the use-case for disabling autocommit with the spark ds? does the user want to commit by themselves, somehow figuring out the instanttime of the commit?