Eric

Results 11 comments of Eric

> Thanks for the fix! Since we have migrated Koalas to Apache Spark, would you like to port the fix to Spark instead? Sure! Are these docs also on the...

I came up with the same result running something different. I'm running SQL sentences using `spark.sql()`, and I've done some tests to figure out what is happening. Here is what...

Just tested, working smoooooth in my case🥳 Thank you very much! 🐻

I agree that options should be maintained if appending, but I don't know if `append` should be inferred if the file exists. Shouldn't we throw an Exception in this case?...

> start versioning the format evolution. I guess the first one was 0.0.1 and now we use 0.0.2? We may not have that many format versions to use semantic versioning,...

I've been thinking about developing this, and I thought of doing it the following way: Use DeltaLog's `protocol` tag to store information about our protocol versioning. If you have a...

Just to update and clarify this issue, the information stored could be something like `minValue` and `maxValue` per column. The approach for a solution could be similar to the one...

It seems that some dependencies repositories have shut down, so you have to manage dependencies for this jar manually. We had to remove the sbt-spark-package plugin, by erasing it from...

@haojinIntel I forgot to mention that you must remove the sbt-spark-package plugin, I've edited the previous message 😄