Brayan Jules
Brayan Jules
These are the components and versions that were update: - Python version was updated from 2.7 to 3.5 - Apache spark was updated from 2.1 to 2.4.1 - Hadoop was...
## Which issue does this PR close? Closes #9143 Closes https://github.com/apache/arrow-datafusion/issues/9287 ## Rationale for this change Migration of core functions to UDF. This is the remediation for the issues after...
As mentioned in this [post](https://lakefs.io/blog/how-to-implement-write-audit-publish/#delta-lake) OSS delta does not support the WAP(write audit publish) pattern I think this is something we can implement here in Jodie. If you don't know...
## Description This PR removes all the scala concrete implementation of LogStore and replaces them with its Java Implementation. This change is needed because we started using java LogStores a...