Koert Kuipers
Koert Kuipers
## Description Resolves https://github.com/delta-io/delta/issues/1304 ## How was this patch tested? Added tests to DeltaSinkSuite, DeltaSuite and OptimisticTransactionSuite ## Does this PR introduce _any_ user-facing changes? Yes, user can now set...
## Feature request ### Overview i had 2 concurrent jobs on same table: one is batch that runs on a certain schedule and reads the table and updates it. the...
## Description Resolves #1261 ## How was this patch tested? Added tests for isolation level WriteSerializable in OptimisticTransactionSuite ## Does this PR introduce _any_ user-facing changes? Yes. it enabled setting...
## Description Resolves #1265 ## How was this patch tested? Added test to DeltaConfigSuite for setting isolation level ## Does this PR introduce _any_ user-facing changes? Yes, user can now...
## Feature request ### Overview The codebase for delta shows 2 isolation levels: Serializable and WriteSerializable However in OSS Delta the default isolation level is Serializable, and this cannot be...
Spark 2.4 has Scala 2.11 and 2.12 builds. Starting with Spark 3.0 Scala 2.12 will become default and Scala 2.11 will be dropped. This depends on https://github.com/salesforce/TransmogrifAI/issues/184 This will require:...
Spark 3.0.0 is actively being developed (its the current master branch for Spark). I know its early days but i figured i start commenting here on what i ran in...
We found that for near dupes the street name root expansion generated a lot of extra hashes but didn't give us a lot of benefits in terms of blocking, so...
I ttried using Externalizer in spark and it does not work. I get "Unable to find class" errors upon deserializing with kryo. Seems to be a classloader issue. Someone else...
i do not know if this is of interest to anyone else, but we wanted our users to get more info in the help message. specifically we wanted help to...