-
- Downloads
[SPARK-20145] Fix range case insensitive bug in SQL
## What changes were proposed in this pull request? Range in SQL should be case insensitive ## How was this patch tested? unit test Author: samelamin <hussam.elamin@gmail.com> Author: samelamin <sam_elamin@discovery.com> Closes #17487 from samelamin/SPARK-20145.
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveTableValuedFunctions.scala 1 addition, 3 deletions...k/sql/catalyst/analysis/ResolveTableValuedFunctions.scala
- sql/core/src/test/resources/sql-tests/inputs/table-valued-functions.sql 6 additions, 0 deletions...est/resources/sql-tests/inputs/table-valued-functions.sql
- sql/core/src/test/resources/sql-tests/results/table-valued-functions.sql.out 19 additions, 1 deletion...esources/sql-tests/results/table-valued-functions.sql.out
Please register or sign in to comment