Xi Lyu
Xi Lyu
### What changes were proposed in this pull request? Some users are using UDFs for Zstd compression and decompression, which results in poor performance. If we provide native functions, the...
### What changes were proposed in this pull request? In Spark Connect, `DataFrame.schema` returns a deep copy of the schema to prevent unexpected behavior caused by user modifications to the...
### What changes were proposed in this pull request? Currently, calling DataFrame.col(colName) with a non-existent column in the Scala Spark Connect client does not raise an error. In contrast, both...