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 4574feb8b2e5 [SPARK-51849][SQL][FOLLOWUP] ApplyDefaultCollationToStringType.fetchDefaultCollation should be consistent with transform add f643b64f4d47 [SPARK-52021][SQL] Separate operator and expression patterns No new revisions were added by this update. Summary of changes: .../org/apache/spark/util/collection/BitSet.scala | 18 +++++ .../apache/spark/util/collection/BitSetSuite.scala | 30 +++++++++ .../sql/catalyst/analysis/CTESubstitution.scala | 2 +- .../analysis/ResolveIdentifierClause.scala | 5 +- .../spark/sql/catalyst/analysis/unresolved.scala | 2 +- .../sql/catalyst/expressions/Expression.scala | 23 ++++++- .../spark/sql/catalyst/plans/QueryPlan.scala | 22 ++++++- .../apache/spark/sql/catalyst/trees/TreeNode.scala | 6 ++ .../spark/sql/catalyst/trees/TreePatternBits.scala | 15 +++++ .../spark/sql/catalyst/trees/TreePatterns.scala | 77 ++++++++++++---------- 10 files changed, 158 insertions(+), 42 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org