-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-2050][SQL] LIKE, RLIKE and IN in HQL should not be case sensitive. #989
Conversation
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
I am wondering if "DIV", "between" can/should be case insensitive too. Those seem to be the only case-sensitive words left in this file. |
We probably should do for those as well. |
Merging this into master & branch-1.0. |
…ive. Author: Michael Armbrust <[email protected]> Closes #989 from marmbrus/caseSensitiveFuncitons and squashes the following commits: 681de54 [Michael Armbrust] LIKE, RLIKE and IN in HQL should not be case sensitive. (cherry picked from commit 41db44c) Signed-off-by: Reynold Xin <[email protected]>
Followup: #989 Author: Michael Armbrust <[email protected]> Closes #994 from marmbrus/caseSensitiveFunctions2 and squashes the following commits: 9d9c8ed [Michael Armbrust] Fix DIV and BETWEEN.
Followup: #989 Author: Michael Armbrust <[email protected]> Closes #994 from marmbrus/caseSensitiveFunctions2 and squashes the following commits: 9d9c8ed [Michael Armbrust] Fix DIV and BETWEEN. (cherry picked from commit 8d21056) Signed-off-by: Michael Armbrust <[email protected]>
…ive. Author: Michael Armbrust <[email protected]> Closes apache#989 from marmbrus/caseSensitiveFuncitons and squashes the following commits: 681de54 [Michael Armbrust] LIKE, RLIKE and IN in HQL should not be case sensitive.
Followup: apache#989 Author: Michael Armbrust <[email protected]> Closes apache#994 from marmbrus/caseSensitiveFunctions2 and squashes the following commits: 9d9c8ed [Michael Armbrust] Fix DIV and BETWEEN.
…ive. Author: Michael Armbrust <[email protected]> Closes apache#989 from marmbrus/caseSensitiveFuncitons and squashes the following commits: 681de54 [Michael Armbrust] LIKE, RLIKE and IN in HQL should not be case sensitive.
Followup: apache#989 Author: Michael Armbrust <[email protected]> Closes apache#994 from marmbrus/caseSensitiveFunctions2 and squashes the following commits: 9d9c8ed [Michael Armbrust] Fix DIV and BETWEEN.
No description provided.