Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-28 Thread via GitHub
cloud-fan closed pull request #46618: [SPARK-48159][SQL] Extending support for collated strings on datetime expressions URL: https://github.com/apache/spark/pull/46618 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-28 Thread via GitHub
cloud-fan commented on PR #46618: URL: https://github.com/apache/spark/pull/46618#issuecomment-2135727861 thanks, merging to master! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-22 Thread via GitHub
nebojsa-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1610009218 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1587,237 @@ class CollationSQLExpressionsSuite }) } + t

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-20 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1606726766 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1587,237 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-20 Thread via GitHub
nebojsa-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1606703312 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1587,237 @@ class CollationSQLExpressionsSuite }) } + t

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-20 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1606554130 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1587,237 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-17 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1604620097 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,234 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-17 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1604614789 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,234 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-17 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1604612518 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,234 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-17 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1604611590 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,234 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-17 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1604609258 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,234 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-17 Thread via GitHub
uros-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1604608546 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,234 @@ class CollationSQLExpressionsSuite }) } + test

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-16 Thread via GitHub
nebojsa-db commented on PR #46618: URL: https://github.com/apache/spark/pull/46618#issuecomment-2115535153 @cloud-fan Please review :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-16 Thread via GitHub
mihailom-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1603211716 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,240 @@ class CollationSQLExpressionsSuite }) } +

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-16 Thread via GitHub
mihailom-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1603210909 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala: ## @@ -2938,20 +2940,20 @@ case class Extract(field: Expression,

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-16 Thread via GitHub
mihailom-db commented on code in PR #46618: URL: https://github.com/apache/spark/pull/46618#discussion_r1603212139 ## sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala: ## @@ -1584,6 +1584,240 @@ class CollationSQLExpressionsSuite }) } +

Re: [PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-16 Thread via GitHub
nebojsa-db commented on PR #46618: URL: https://github.com/apache/spark/pull/46618#issuecomment-2115033658 Please take a look @nikolamand-db @stefankandic @uros-db @mihailom-db @dbatomic -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[PR] [SPARK-48159][SQL] Extending support for collated strings on datetime expressions [spark]

2024-05-16 Thread via GitHub
nebojsa-db opened a new pull request, #46618: URL: https://github.com/apache/spark/pull/46618 ### What changes were proposed in this pull request? This PR introduces changes that will allow for collated strings to be passed to various datetime expressions or return value as collated strin