This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from b9cc31c [SPARK-31721][SQL] Assert optimized is initialized before
tracking the planning time
add 1f29f1b [SPARK-31684][SQL] Overwrite partition failed with 'WRONG FS'
when the target partition is not belong to the filesystem as same as the table
No new revisions were added by this update.
Summary of changes:
.../org/apache/spark/benchmark/BenchmarkBase.scala | 5 +-
...nsertIntoHiveTableBenchmark-hive1.2-results.txt | 11 ++
...nsertIntoHiveTableBenchmark-hive2.3-results.txt | 11 ++
...ntoHiveTableBenchmark-jdk11-hive2.3-results.txt | 11 ++
.../org/apache/spark/sql/hive/client/package.scala | 15 ++-
.../sql/hive/execution/InsertIntoHiveTable.scala | 20 ++-
.../benchmark/InsertIntoHiveTableBenchmark.scala | 140 +++++++++++++++++++++
7 files changed, 209 insertions(+), 4 deletions(-)
create mode 100644
sql/hive/benchmarks/InsertIntoHiveTableBenchmark-hive1.2-results.txt
create mode 100644
sql/hive/benchmarks/InsertIntoHiveTableBenchmark-hive2.3-results.txt
create mode 100644
sql/hive/benchmarks/InsertIntoHiveTableBenchmark-jdk11-hive2.3-results.txt
create mode 100644
sql/hive/src/test/scala/org/apache/spark/sql/execution/benchmark/InsertIntoHiveTableBenchmark.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]