[GitHub] [spark] cloud-fan commented on a diff in pull request #39564: [SPARK-41990][SQL] Filrering by composite field name doesn't work

2023-01-13 Thread GitBox
cloud-fan commented on code in PR #39564: URL: https://github.com/apache/spark/pull/39564#discussion_r1070226875 ## sql/catalyst/src/main/scala/org/apache/spark/sql/sources/filters.scala: ## @@ -91,7 +91,7 @@ case class EqualTo(attribute: String, value: Any) extends Filter {

[GitHub] [spark] cloud-fan commented on a diff in pull request #39564: [SPARK-41990][SQL] Filrering by composite field name doesn't work

2023-01-13 Thread GitBox
cloud-fan commented on code in PR #39564: URL: https://github.com/apache/spark/pull/39564#discussion_r1070226778 ## sql/catalyst/src/main/scala/org/apache/spark/sql/sources/filters.scala: ## @@ -91,7 +91,7 @@ case class EqualTo(attribute: String, value: Any) extends Filter {