Wei Guo

Results 6 issues of Wei Guo

### What changes were proposed in this pull request? This PR aims to fix the calculation bug of `RegrSlope`&RegrIntercept` when the first parameter is null. Regardless of whether the first...

SQL

### What changes were proposed in this pull request? As described in issue [SPARK-39901](https://issues.apache.org/jira/browse/SPARK-39901) the design of the current `ignoreCorruptFiles` feature has certain flaws. It excessively matches `IOException`s, which may...

SQL
DOCS
CORE
AVRO

### What changes were proposed in this pull request? This PR aims to add some test cases for function `Hex.hex(bytes: Array[Byte])`. ### Why are the changes needed? Supplement test cases...

SQL

### What changes were proposed in this pull request? This PR renames a few error classes related to usage of SHOW CREATE TABLE errors: _LEGACY_ERROR_TEMP_1270 => UNSUPPORTED_SHOW_CREATE_TABLE.ON_TEMPORARY_VIEW _LEGACY_ERROR_TEMP_1271 => UNSUPPORTED_SHOW_CREATE_TABLE.WITH_UNSUPPORTED_FEATURE...

SQL

### What changes were proposed in this pull request? This PR aims to: 1. Widening type promotion from int/long to decimal in `AvroDeserializer`. Supported as following(Avro Type -> Spark Type):...

SQL
AVRO

### What changes were proposed in this pull request? This PR aims to Migrate XML to File Data Source V2. ### Why are the changes needed? Add v2 support for...

SQL