Yue
Yue
### What changes were proposed in this pull request? see https://issues.apache.org/jira/browse/SPARK-33538. we want to pushdown IN predictor as hive2.0 already support it, instead of converting to Or predicate. ### Why...
### What changes were proposed in this pull request? see https://issues.apache.org/jira/browse/SPARK-42322. assign meaningful name to LEGACY_ERROR_TEMP_2235, also make the error msg more helpful. ### Why are the changes needed? see...
### What changes were proposed in this pull request? see https://issues.apache.org/jira/browse/SPARK-42841, replace _LEGACY_ERROR_TEMP_2005 with a meaningful name. Some points: - To make sure full UT coverage, method with "datatype" is...
### What changes were proposed in this pull request? see https://issues.apache.org/jira/browse/SPARK-42329. Assign a meaningful name to error _LEGACY_ERROR_TEMP_2256. ### Why are the changes needed? see https://issues.apache.org/jira/browse/SPARK-42329 ### Does this PR...
### What changes were proposed in this pull request? see https://issues.apache.org/jira/browse/SPARK-42839, replace _LEGACY_ERROR_TEMP_2003 with a meaningful name. ### Why are the changes needed? see https://issues.apache.org/jira/browse/SPARK-42839 ### Does this PR introduce...
### What changes were proposed in this pull request? As stated in https://issues.apache.org/jira/browse/SPARK-37940, migrate the following errors to new error mechanism: 1. unexpectedRequiredParameter→UNEXPECTED_REQUIRED_PARAMETER 2. missingStaticPartitionColumn→MISSING_STATIC_PARTITION_COLUMN 3. dataTypeOperationUnsupportedError→DATATYPE_OPERATION_UNSUPPORTED 4. callDeprecatedMethodError→DEPRECATED_METHOD_CALL 5....
### What changes were proposed in this pull request? As stated in https://issues.apache.org/jira/browse/SPARK-37940, migrate the following errors to new error mechanism: missingStaticPartitionColumn->MISSING_STATIC_PARTITION_COLUMN _LEGACY_ERROR_TEMP_1045->UNSUPPORTED_FEATURE.ALTER_TABLE_SET_LOCATION_WITH_PARTITION _LEGACY_ERROR_TEMP_1076->INVALID_PARTITION_SPEC _LEGACY_ERROR_TEMP_1082->PARTITION_NOT_SPECIFY_LOCATION_URI _LEGACY_ERROR_TEMP_1111->UNSUPPORTED_FEATURE.DESC_PARTITION_FOR_V2_TABLE _LEGACY_ERROR_TEMP_1121->UNSUPPORTED_FEATURE.TABLE_MANAGEMENT _LEGACY_ERROR_TEMP_1128->PARTITION_COLUMN_NOT_SPECIFIED _LEGACY_ERROR_TEMP_1145->INVALID_PARTITION_COLUMN _LEGACY_ERROR_TEMP_1146->MULTIPLE_PARTITION_COLUMN_VALUES_SPECIFIED...
### What changes were proposed in this pull request? During the cleanup process, instead of trying to update func.arg$1, we change the state in the arg$1. This is due to...
### What changes were proposed in this pull request? To fix the explain result of 'CreateTableAsSelect', according to how ExplainCommand processes, I find out the following work is needed -...
### What changes were proposed in this pull request? Background:As stated in [SPARK-52032](https://issues.apache.org/jira/browse/SPARK-52032): When applying a filter using `eqNullSafe` (``, null-safe equality operator) to a DataFrame created from an ORC...