You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2021/02/01 14:31:55 UTC

[spark] branch branch-3.1 updated (c1999fb -> 8091be4)

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

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


    from c1999fb  [SPARK-34233][SQL][3.1] FIX NPE for char padding in binary comparison
     add 8091be4  [SPARK-34083][SQL][3.1] Using TPCDS original definitions for char/varchar colums

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |   2 +-
 .../q43.sf100/simplified.txt                       |   2 +-
 .../approved-plans-modified/q43/simplified.txt     |   2 +-
 .../q59.sf100/simplified.txt                       |   4 +-
 .../approved-plans-modified/q59/simplified.txt     |   4 +-
 .../approved-plans-v1_4/q2.sf100/explain.txt       |  20 +-
 .../approved-plans-v1_4/q2.sf100/simplified.txt    |   4 +-
 .../approved-plans-v1_4/q2/explain.txt             |  14 +-
 .../approved-plans-v1_4/q2/simplified.txt          |   4 +-
 .../approved-plans-v1_4/q43.sf100/simplified.txt   |   2 +-
 .../approved-plans-v1_4/q43/simplified.txt         |   2 +-
 .../approved-plans-v1_4/q59.sf100/simplified.txt   |   4 +-
 .../approved-plans-v1_4/q59/simplified.txt         |   4 +-
 .../scala/org/apache/spark/sql/TPCDSBase.scala     | 558 +++++++++++++++------
 14 files changed, 451 insertions(+), 175 deletions(-)


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