You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2021/04/20 05:14:00 UTC

[spark] branch master updated (bad4b6f -> f4926d1)

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

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


    from bad4b6f  [SPARK-35080][SQL] Only allow a subset of correlated equality predicates when a subquery is aggregated
     add f4926d1  [SPARK-35052][SQL] Use static bits for AttributeReference and Literal

No new revisions were added by this update.

Summary of changes:
 .../spark/util/collection/ImmutableBitSet.scala    |  58 ++++++++++++
 ...itSetSuite.scala => ImmutableBitSetSuite.scala} | 101 ++++++---------------
 .../spark/sql/catalyst/expressions/literals.scala  |  24 +++++
 .../catalyst/expressions/namedExpressions.scala    |  11 +++
 .../ReplaceNullWithFalseInPredicate.scala          |   7 +-
 .../sql/catalyst/rules/RuleIdCollection.scala      |   3 +-
 .../spark/sql/catalyst/trees/TreePatterns.scala    |   6 +-
 7 files changed, 132 insertions(+), 78 deletions(-)
 create mode 100644 core/src/main/scala/org/apache/spark/util/collection/ImmutableBitSet.scala
 copy core/src/test/scala/org/apache/spark/util/collection/{BitSetSuite.scala => ImmutableBitSetSuite.scala} (60%)

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