You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/14 12:22:00 UTC

[jira] [Work logged] (HIVE-24273) grouping key is case sensitive

     [ https://issues.apache.org/jira/browse/HIVE-24273?focusedWorklogId=500609&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-500609 ]

ASF GitHub Bot logged work on HIVE-24273:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Oct/20 12:21
            Start Date: 14/Oct/20 12:21
    Worklog Time Spent: 10m 
      Work Description: fsilent opened a new pull request #1579:
URL: https://github.com/apache/hive/pull/1579


   
   ### What changes were proposed in this pull request?
   fix HIVE-24273 grouping key is case sensitive
   
   
   ### Why are the changes needed?
   i think this function should case insensitive
   
   
   ### How was this patch tested?
   in 4.0.0 test env
   


----------------------------------------------------------------
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 comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 500609)
    Remaining Estimate: 0h
            Time Spent: 10m

> grouping  key is case sensitive
> -------------------------------
>
>                 Key: HIVE-24273
>                 URL: https://issues.apache.org/jira/browse/HIVE-24273
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 3.1.0, 4.0.0
>            Reporter: zhaolong
>            Assignee: zhaolong
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> grouping key is case sensitive,  the follow step can reproduce
> 1.create table testaa(name string, age int);
> 2.select GROUPING(name) from testaa group by name;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)