[jira] [Updated] (HIVE-11310) Avoid expensive AST tree conversion to String in RowResolver

2015-07-19 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-11310: --- Attachment: HIVE-11310.patch Avoid expensive AST tree conversion to String

[jira] [Updated] (HIVE-11311) Avoid dumping AST tree String in Explain unless necessary

2015-07-19 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-11311: --- Attachment: HIVE-11311.patch Avoid dumping AST tree String in Explain unless

[jira] [Commented] (HIVE-3865) Allow collect_set to work on non-primitive types

2015-07-19 Thread Utkarsh Raj Goswami (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632902#comment-14632902 ] Utkarsh Raj Goswami commented on HIVE-3865: --- Why dont you directly submit a patch

[jira] [Commented] (HIVE-11312) ORC format: where clause with CHAR data type not returning any rows

2015-07-19 Thread Thomas Friedrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632982#comment-14632982 ] Thomas Friedrich commented on HIVE-11312: - [~prasanth_j] can you take a look at my

[jira] [Commented] (HIVE-10799) Refactor the SearchArgumentFactory to remove the dependence on ExprNodeGenericFuncDesc

2015-07-19 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632952#comment-14632952 ] Hive QA commented on HIVE-10799: {color:green}Overall{color}: +1 all checks pass Here

[jira] [Commented] (HIVE-11072) Add data validation between Hive metastore upgrades tests

2015-07-19 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632992#comment-14632992 ] Hive QA commented on HIVE-11072: {color:green}Overall{color}: +1 all checks pass Here

[jira] [Commented] (HIVE-11113) ANALYZE TABLE .. COMPUTE STATISTICS FOR COLUMNS does not work.

2015-07-19 Thread Bing Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633017#comment-14633017 ] Bing Li commented on HIVE-3: Hi, @Pengcheng Xiong What's the value of

[jira] [Commented] (HIVE-11253) Move SearchArgument and VectorizedRowBatch classes to storage-api.

2015-07-19 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632929#comment-14632929 ] Hive QA commented on HIVE-11253: {color:red}Overall{color}: -1 no tests executed Here

[jira] [Commented] (HIVE-11244) Beeline prompt info improvement for cluster mode

2015-07-19 Thread Ferdinand Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632989#comment-14632989 ] Ferdinand Xu commented on HIVE-11244: - +1 Beeline prompt info improvement for

[jira] [Updated] (HIVE-11253) Move SearchArgument and VectorizedRowBatch classes to storage-api.

2015-07-19 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-11253: - Attachment: HIVE-11253.patch Remove MapReduce from the storage api's pom dependencies. Move

[jira] [Updated] (HIVE-11310) Avoid expensive AST tree conversion to String in RowResolver

2015-07-19 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-11310: --- Attachment: (was: HIVE-11310.1.patch) Avoid expensive AST tree

[jira] [Updated] (HIVE-11072) Add data validation between Hive metastore upgrades tests

2015-07-19 Thread Naveen Gangam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-11072: - Attachment: (was: HIVE-11072.1.patch) Add data validation between Hive metastore upgrades

[jira] [Updated] (HIVE-11072) Add data validation between Hive metastore upgrades tests

2015-07-19 Thread Naveen Gangam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated HIVE-11072: - Attachment: HIVE-11072.1.patch Creating the patch off the correct local branch. Add data

[jira] [Commented] (HIVE-11139) Emit more lineage information

2015-07-19 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632908#comment-14632908 ] Jimmy Xiang commented on HIVE-11139: [~prasanth_j], this new RFA never renames/deletes

[jira] [Updated] (HIVE-10799) Refactor the SearchArgumentFactory to remove the dependence on ExprNodeGenericFuncDesc

2015-07-19 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-10799: - Attachment: HIVE-10799.patch Reverted a spurious LOG.warn call that slipped into the previous

[jira] [Commented] (HIVE-11311) Avoid dumping AST tree String in Explain unless necessary

2015-07-19 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632834#comment-14632834 ] Hive QA commented on HIVE-11311: {color:green}Overall{color}: +1 all checks pass Here

[jira] [Updated] (HIVE-11310) Avoid expensive AST tree conversion to String in RowResolver

2015-07-19 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-11310: --- Attachment: HIVE-11310.1.patch Avoid expensive AST tree conversion to String

[jira] [Updated] (HIVE-11310) Avoid expensive AST tree conversion to String in RowResolver

2015-07-19 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-11310: --- Attachment: (was: HIVE-11310.1.patch) Avoid expensive AST tree

[jira] [Commented] (HIVE-11310) Avoid expensive AST tree conversion to String in RowResolver

2015-07-19 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632848#comment-14632848 ] Hive QA commented on HIVE-11310: {color:red}Overall{color}: -1 at least one tests failed

[jira] [Updated] (HIVE-11310) Avoid expensive AST tree conversion to String in RowResolver

2015-07-19 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-11310: --- Attachment: HIVE-11310.1.patch Avoid expensive AST tree conversion to String

[jira] [Updated] (HIVE-11299) Hive query planning allocating lots of memory and hitting OOMs

2015-07-19 Thread Mostafa Mokhtar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mostafa Mokhtar updated HIVE-11299: --- Attachment: HIVE-11299.1.patch Hive query planning allocating lots of memory and hitting

[jira] [Commented] (HIVE-11113) ANALYZE TABLE .. COMPUTE STATISTICS FOR COLUMNS does not work.

2015-07-19 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633046#comment-14633046 ] Pengcheng Xiong commented on HIVE-3: [~libing], i was using default setting of

[jira] [Commented] (HIVE-11299) Hive query planning allocating lots of memory and hitting OOMs

2015-07-19 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633044#comment-14633044 ] Hive QA commented on HIVE-11299: {color:red}Overall{color}: -1 no tests executed Here

[jira] [Commented] (HIVE-11280) Support executing script file from hdfs in new CLI [Beeline-CLI branch]

2015-07-19 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633061#comment-14633061 ] Lefty Leverenz commented on HIVE-11280: --- Does this need documentation, or is it all