spark-acid
spark-acid copied to clipboard
Add support for Datasource V2
Add support for Datasource V2
- This will enable vectorized execution
- The feature is supported only for ORC as of now.
- Can be enabled using config spark.acid.use.datasource.v2=true. The default value is false.
pull request https://github.com/qubole/spark-acid/pull/85/files
@maheshk114 : Thanks for submitting the PR.
Did you do any performance comparison that you can share?