You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/10/10 23:43:30 UTC

[spark] branch master updated (7696ca5 -> 5e17014)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 7696ca5  [SPARK-32881][CORE] Catch some race condition errors and log them more clearly
     add 5e17014  [SPARK-33107][SQL] Remove hive-2.3 workaround code

No new revisions were added by this update.

Summary of changes:
 .../SparkExecuteStatementOperation.scala           |  3 +-
 .../thriftserver/SparkGetTypeInfoOperation.scala   | 14 +++-
 .../sql/hive/thriftserver/SparkSQLCLIDriver.scala  |  5 +-
 .../hive/thriftserver/SparkSQLSessionManager.scala |  3 +-
 .../hive/thriftserver/ThriftserverShimUtils.scala  | 80 ----------------------
 .../thriftserver/GetCatalogsOperationMock.scala    |  3 +-
 .../hive/thriftserver/HiveSessionImplSuite.scala   |  3 +-
 .../thriftserver/HiveThriftServer2Suites.scala     |  3 +-
 .../sql/hive/thriftserver/SharedThriftServer.scala |  3 +-
 .../SparkExecuteStatementOperationSuite.scala      |  3 +-
 .../thriftserver/SparkMetadataOperationSuite.scala |  2 +-
 .../SparkThriftServerProtocolVersionsSuite.scala   | 33 +++++----
 .../scala/org/apache/spark/sql/hive/HiveShim.scala | 36 +---------
 .../org/apache/spark/sql/hive/HiveUtils.scala      |  4 +-
 .../scala/org/apache/spark/sql/hive/hiveUDFs.scala |  8 +--
 15 files changed, 51 insertions(+), 152 deletions(-)
 delete mode 100644 sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ThriftserverShimUtils.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org