You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Liam De Lee (JIRA)" <ji...@apache.org> on 2018/06/20 11:30:00 UTC

[jira] [Comment Edited] (HIVE-19943) Header values keep showing up in result sets

    [ https://issues.apache.org/jira/browse/HIVE-19943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16517834#comment-16517834 ] 

Liam De Lee edited comment on HIVE-19943 at 6/20/18 11:30 AM:
--------------------------------------------------------------

We did not download the Hive version our self's. We are running it on Azure HDInsight (more information [Here|[https://azure.microsoft.com/en-us/services/hdinsight/])]. We are using the Hive interactive query option as well. I am talking about Hive2 just to be on the same line


was (Author: liam de lee):
We did not download the Hive version our self's. We are running it on Azure HDInsight (more information [Here|[https://azure.microsoft.com/en-us/services/hdinsight/])]. We are using the Hive interactive query option as well.

> Header values keep showing up in result sets
> --------------------------------------------
>
>                 Key: HIVE-19943
>                 URL: https://issues.apache.org/jira/browse/HIVE-19943
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 2.1.0
>         Environment: Hdinsight Hive interactivequerry
> [Components|https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning#hadoop-components-available-with-different-hdinsight-versions]
>            Reporter: Liam De Lee
>            Assignee: shaoxiaowei
>            Priority: Major
>
> We are using the tblproperties ("skip.header.line.count"="1") when creating an external table.
> When we do a select * from table we get it back as expected without the header present in the result set.
> However when we do for instance a count(1) we get the header back in this count (tested with a select * from table and paste it in notepad to find the amount of rows)
> If we also do this with a select distinct(column) from table we also get the header as a distinct value.
> file structure:
> ||_TESTING_TYPE||
> |adf|
> |hyg|
> |abc|



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)