This is an automated email from the ASF dual-hosted git repository.
yao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from fd045c9887fe [SPARK-48583][SQL][TESTS] Replace deprecated classes and
methods of `commons-io` called in Spark
add ea2bca74923e [SPARK-48602][SQL] Make csv generator support different
output style with spark.sql.binaryOutputStyle
No new revisions were added by this update.
Summary of changes:
.../apache/spark/sql/catalyst/csv/UnivocityGenerator.scala | 8 +++++---
.../org/apache/spark/sql/catalyst/parser/AstBuilder.scala | 2 +-
.../resources/sql-tests/analyzer-results/binary.sql.out | 7 +++++++
.../sql-tests/analyzer-results/binary_base64.sql.out | 7 +++++++
.../sql-tests/analyzer-results/binary_basic.sql.out | 7 +++++++
.../sql-tests/analyzer-results/binary_hex.sql.out | 7 +++++++
.../{binary_basic.sql.out => binary_hex_discrete.sql.out} | 7 +++++++
sql/core/src/test/resources/sql-tests/inputs/binary.sql | 1 +
.../resources/sql-tests/inputs/binary_hex_discrete.sql | 3 +++
.../src/test/resources/sql-tests/results/binary.sql.out | 8 ++++++++
.../test/resources/sql-tests/results/binary_base64.sql.out | 8 ++++++++
.../test/resources/sql-tests/results/binary_basic.sql.out | 8 ++++++++
.../test/resources/sql-tests/results/binary_hex.sql.out | 8 ++++++++
.../{binary_basic.sql.out => binary_hex_discrete.sql.out} | 14 +++++++++++---
.../sql/hive/thriftserver/ThriftServerQueryTestSuite.scala | 1 +
15 files changed, 89 insertions(+), 7 deletions(-)
copy
sql/core/src/test/resources/sql-tests/analyzer-results/{binary_basic.sql.out =>
binary_hex_discrete.sql.out} (69%)
create mode 100644
sql/core/src/test/resources/sql-tests/inputs/binary_hex_discrete.sql
copy sql/core/src/test/resources/sql-tests/results/{binary_basic.sql.out =>
binary_hex_discrete.sql.out} (55%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]