[ https://issues.apache.org/jira/browse/HIVE-26817?focusedWorklogId=832083&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832083 ]
ASF GitHub Bot logged work on HIVE-26817: ----------------------------------------- Author: ASF GitHub Bot Created on: 08/Dec/22 13:57 Start Date: 08/Dec/22 13:57 Worklog Time Spent: 10m Work Description: sonarcloud[bot] commented on PR #3843: URL: https://github.com/apache/hive/pull/3843#issuecomment-1342776941 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_hive&pullRequest=3843) [](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3843&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3843&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3843&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=CODE_SMELL) [1 Code Smell](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3843&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3843&metric=coverage&view=list) No Coverage information [](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3843&metric=duplicated_lines_density&view=list) No Duplication information Issue Time Tracking ------------------- Worklog Id: (was: 832083) Time Spent: 1h (was: 50m) > Set column names in result schema when plan has Values root > ----------------------------------------------------------- > > Key: HIVE-26817 > URL: https://issues.apache.org/jira/browse/HIVE-26817 > Project: Hive > Issue Type: Improvement > Components: CBO > Reporter: Krisztian Kasa > Assignee: Krisztian Kasa > Priority: Major > Labels: pull-request-available > Time Spent: 1h > Remaining Estimate: 0h > > The query > {code} > select b1, count(a1) count1 from (select a1, b1 from t1) s where 1=0 group by > b1; > {code} > should have a result with column names > {code} > b1 count1 > {code} > but it is > {code} > $f0 $f1 > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)