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

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


    from e80577c  [SPARK-26307][SQL] Fix CTAS when INSERT a partitioned table 
using Hive serde
     new 2f038d0  [SPARK-26327][SQL][BACKPORT-2.4] Bug fix for 
`FileSourceScanExec` metrics update
     new e35d287  [SPARK-26265][CORE][BRANCH-2.4] Fix deadlock in 
BytesToBytesMap.MapIterator when locking both BytesToBytesMap.MapIterator and 
TaskMemoryManager

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/spark/unsafe/map/BytesToBytesMap.java   | 12 +++++-
 .../apache/spark/memory/TestMemoryConsumer.java    |  4 +-
 .../unsafe/map/AbstractBytesToBytesMapSuite.java   | 47 ++++++++++++++++++++++
 .../spark/sql/execution/DataSourceScanExec.scala   | 26 ++++++++----
 .../sql/execution/metric/SQLMetricsSuite.scala     | 15 +++++++
 5 files changed, 93 insertions(+), 11 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to