Re: Review Request 65480: HIVE-18545 Add UDF to parse complex types from json

2018-06-15 Thread Zoltan Haindrich
che/hive/streaming/StrictJsonWriter.java cabb64cdcc Diff: https://reviews.apache.org/r/65480/diff/2/ Changes: https://reviews.apache.org/r/65480/diff/1-2/ Testing (updated) --- * added some new tests for the udf Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-19909) qtests: retire hadoop_major version specific tests; and logics

2018-06-15 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19909: --- Summary: qtests: retire hadoop_major version specific tests; and logics Key: HIVE-19909 URL: https://issues.apache.org/jira/browse/HIVE-19909 Project: Hive

[jira] [Created] (HIVE-19882) Fix QTestUtil session lifecycle

2018-06-13 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19882: --- Summary: Fix QTestUtil session lifecycle Key: HIVE-19882 URL: https://issues.apache.org/jira/browse/HIVE-19882 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19856) Fix TezPerfCliDriver/q64 stack overflow

2018-06-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19856: --- Summary: Fix TezPerfCliDriver/q64 stack overflow Key: HIVE-19856 URL: https://issues.apache.org/jira/browse/HIVE-19856 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19854) investigate tez_smb_main.q result difference

2018-06-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19854: --- Summary: investigate tez_smb_main.q result difference Key: HIVE-19854 URL: https://issues.apache.org/jira/browse/HIVE-19854 Project: Hive Issue Type

[jira] [Created] (HIVE-19824) Improve online datasize estimations for MapJoins

2018-06-07 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19824: --- Summary: Improve online datasize estimations for MapJoins Key: HIVE-19824 URL: https://issues.apache.org/jira/browse/HIVE-19824 Project: Hive Issue

[jira] [Created] (HIVE-19823) BytesBytesMultiHashMap estimation should account for load size

2018-06-07 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19823: --- Summary: BytesBytesMultiHashMap estimation should account for load size Key: HIVE-19823 URL: https://issues.apache.org/jira/browse/HIVE-19823 Project: Hive

[jira] [Created] (HIVE-19781) Fix qtest isolation problems

2018-06-04 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19781: --- Summary: Fix qtest isolation problems Key: HIVE-19781 URL: https://issues.apache.org/jira/browse/HIVE-19781 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19744) In Beeline if -u is specified the default connection should not be tried at all

2018-05-31 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19744: --- Summary: In Beeline if -u is specified the default connection should not be tried at all Key: HIVE-19744 URL: https://issues.apache.org/jira/browse/HIVE-19744

[jira] [Created] (HIVE-19730) fix TestTablesGetExists

2018-05-29 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19730: --- Summary: fix TestTablesGetExists Key: HIVE-19730 URL: https://issues.apache.org/jira/browse/HIVE-19730 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19729) disable TestTablesGetExists

2018-05-29 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19729: --- Summary: disable TestTablesGetExists Key: HIVE-19729 URL: https://issues.apache.org/jira/browse/HIVE-19729 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19727) Fix Signature matching of table aliases

2018-05-29 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19727: --- Summary: Fix Signature matching of table aliases Key: HIVE-19727 URL: https://issues.apache.org/jira/browse/HIVE-19727 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-19713) itests/hive-jmh should reference not reference a conctrete storage-api version

2018-05-25 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19713: --- Summary: itests/hive-jmh should reference not reference a conctrete storage-api version Key: HIVE-19713 URL: https://issues.apache.org/jira/browse/HIVE-19713

[jira] [Created] (HIVE-19712) In 3 valued logic mode (b and not b) may not be simplified to false

2018-05-25 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19712: --- Summary: In 3 valued logic mode (b and not b) may not be simplified to false Key: HIVE-19712 URL: https://issues.apache.org/jira/browse/HIVE-19712 Project

[jira] [Created] (HIVE-19678) Ignore TestBeeLineWithArgs

2018-05-23 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19678: --- Summary: Ignore TestBeeLineWithArgs Key: HIVE-19678 URL: https://issues.apache.org/jira/browse/HIVE-19678 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-19679) Enable TestBeeLineWithArgs

2018-05-23 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19679: --- Summary: Enable TestBeeLineWithArgs Key: HIVE-19679 URL: https://issues.apache.org/jira/browse/HIVE-19679 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-19673) qtest: parquet_ctas.q breaks sample6.q

2018-05-23 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19673: --- Summary: qtest: parquet_ctas.q breaks sample6.q Key: HIVE-19673 URL: https://issues.apache.org/jira/browse/HIVE-19673 Project: Hive Issue Type: Bug

Review Request 67249: HIVE-19460: Improve stats estimations for NOT IN operator

2018-05-22 Thread Zoltan Haindrich
/clientpositive/llap/parquet_predicate_pushdown.q.out 3f91c5ca9164f29bbd0aca7d04a53c43a6ae1efe ql/src/test/results/clientpositive/llap/vector_between_in.q.out 6093bebdfb08be0f7951cd75b1c227deba8aaf57 Diff: https://reviews.apache.org/r/67249/diff/1/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-19651) only add arrow dependency once

2018-05-22 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19651: --- Summary: only add arrow dependency once Key: HIVE-19651 URL: https://issues.apache.org/jira/browse/HIVE-19651 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19647) use bitvectors in IN operators

2018-05-22 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19647: --- Summary: use bitvectors in IN operators Key: HIVE-19647 URL: https://issues.apache.org/jira/browse/HIVE-19647 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-19574) TestReoptimization ensure that runtimestats cache is loaded

2018-05-16 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19574: --- Summary: TestReoptimization ensure that runtimestats cache is loaded Key: HIVE-19574 URL: https://issues.apache.org/jira/browse/HIVE-19574 Project: Hive

[jira] [Created] (HIVE-19557) stats: filters for dates are taking advantage of min/max values

2018-05-15 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19557: --- Summary: stats: filters for dates are taking advantage of min/max values Key: HIVE-19557 URL: https://issues.apache.org/jira/browse/HIVE-19557 Project: Hive

Re: Review Request 67126: HIVE-19326: stats auto gather: incorrect aggregation during UNION queries (may lead to incorrect results)

2018-05-15 Thread Zoltan Haindrich
union branch to do output. HIVE-19237 should fix this; and probably also remove indexInTezUnion setters/etc - Zoltan Haindrich On May 15, 2018, 1:07 p.m., Zoltan Haindrich wrote: > > --- > This is an automatically gener

Review Request 67126: HIVE-19326: stats auto gather: incorrect aggregation during UNION queries (may lead to incorrect results)

2018-05-15 Thread Zoltan Haindrich
, Zoltan Haindrich

[jira] [Created] (HIVE-19501) Fix HyperLogLog to be threadsafe

2018-05-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19501: --- Summary: Fix HyperLogLog to be threadsafe Key: HIVE-19501 URL: https://issues.apache.org/jira/browse/HIVE-19501 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19500) Prevent multiple selectivity estimations for the same variable in conjuctions

2018-05-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19500: --- Summary: Prevent multiple selectivity estimations for the same variable in conjuctions Key: HIVE-19500 URL: https://issues.apache.org/jira/browse/HIVE-19500

[jira] [Created] (HIVE-19460) Improve stats estimations for NOT IN operator

2018-05-08 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19460: --- Summary: Improve stats estimations for NOT IN operator Key: HIVE-19460 URL: https://issues.apache.org/jira/browse/HIVE-19460 Project: Hive Issue Type

[jira] [Created] (HIVE-19402) Handle explain analyze for reoptimization

2018-05-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19402: --- Summary: Handle explain analyze for reoptimization Key: HIVE-19402 URL: https://issues.apache.org/jira/browse/HIVE-19402 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-19357) vectorization breaks assert functionality

2018-04-29 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19357: --- Summary: vectorization breaks assert functionality Key: HIVE-19357 URL: https://issues.apache.org/jira/browse/HIVE-19357 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19319) RuntimeStats fixes

2018-04-26 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19319: --- Summary: RuntimeStats fixes Key: HIVE-19319 URL: https://issues.apache.org/jira/browse/HIVE-19319 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-19314) Fix failures caused by HIVE-19137

2018-04-26 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19314: --- Summary: Fix failures caused by HIVE-19137 Key: HIVE-19314 URL: https://issues.apache.org/jira/browse/HIVE-19314 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19303) Fix grammar warnings

2018-04-25 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19303: --- Summary: Fix grammar warnings Key: HIVE-19303 URL: https://issues.apache.org/jira/browse/HIVE-19303 Project: Hive Issue Type: Bug Reporter

[jira] [Created] (HIVE-19301) fix hive script to not rely on path expression result to be 0 or 1 file

2018-04-25 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19301: --- Summary: fix hive script to not rely on path expression result to be 0 or 1 file Key: HIVE-19301 URL: https://issues.apache.org/jira/browse/HIVE-19301 Project

[jira] [Created] (HIVE-19274) Add an OpTreeSignature persistence checker hook

2018-04-23 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19274: --- Summary: Add an OpTreeSignature persistence checker hook Key: HIVE-19274 URL: https://issues.apache.org/jira/browse/HIVE-19274 Project: Hive Issue

[jira] [Created] (HIVE-19273) Fix TestBeeLineWithArgs.testQueryProgressParallel

2018-04-23 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19273: --- Summary: Fix TestBeeLineWithArgs.testQueryProgressParallel Key: HIVE-19273 URL: https://issues.apache.org/jira/browse/HIVE-19273 Project: Hive Issue

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-23 Thread Zoltan Haindrich
/TestRuntimeStats.java PRE-CREATION Diff: https://reviews.apache.org/r/3/diff/4/ Changes: https://reviews.apache.org/r/3/diff/3-4/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-23 Thread Zoltan Haindrich
Chauhan wrote: > > standalone-metastore/src/main/thrift/hive_metastore.thrift > > Lines 1528 (patched) > > <https://reviews.apache.org/r/3/diff/3/?file=2007784#file2007784line1528> > > > > its better to also have weight in request, although s

ptest queue

2018-04-20 Thread Zoltan Haindrich
Hello, Some time ago the ptest queue worked the following way: * for some reason ATTACHMENT_ID was not set by the upstream jira scanner tool; this triggered a feature in Jenkins: if for the same ticket mutliple patches were uploaded; they didn't triggered new runs (because the parameters

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-20 Thread Zoltan Haindrich
/client/TestRuntimeStats.java PRE-CREATION Diff: https://reviews.apache.org/r/3/diff/3/ Changes: https://reviews.apache.org/r/3/diff/2-3/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-20 Thread Zoltan Haindrich
just have max > > weight as config. I've changed it to entries...it looks much clearer this way :) and really..weight is just a small detail from the implementation ...it would just confuse people trying to set this property - Zoltan -------

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-19 Thread Zoltan Haindrich
/metastore/client/TestRuntimeStats.java PRE-CREATION Diff: https://reviews.apache.org/r/3/diff/2/ Changes: https://reviews.apache.org/r/3/diff/1-2/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-19 Thread Zoltan Haindrich
9line2180> > > > > There shouldn't be any need to pass maxRetained and maxRetainSecs > > params. This call shouldn't do any cleanup. Thats the job of cleaner thread > > which should read this params from config. ok - Zoltan ---------

[jira] [Created] (HIVE-19238) ClassCastException: StandardStructObjectInspector cannot be cast to PrimitiveObjectInspector

2018-04-18 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19238: --- Summary: ClassCastException: StandardStructObjectInspector cannot be cast to PrimitiveObjectInspector Key: HIVE-19238 URL: https://issues.apache.org/jira/browse/HIVE-19238

[jira] [Created] (HIVE-19237) Only use an operatorId once in a plan

2018-04-18 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19237: --- Summary: Only use an operatorId once in a plan Key: HIVE-19237 URL: https://issues.apache.org/jira/browse/HIVE-19237 Project: Hive Issue Type: Bug

Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-17 Thread Zoltan Haindrich
/hive/metastore/client/TestRuntimeStats.java PRE-CREATION Diff: https://reviews.apache.org/r/3/diff/1/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 66402: HIVE-19009 Retain and use runtime statistics thru out a session

2018-04-17 Thread Zoltan Haindrich
/clientpositive/llap/runtime_stats_hs2.q.out PRE-CREATION Diff: https://reviews.apache.org/r/66402/diff/3/ Changes: https://reviews.apache.org/r/66402/diff/2-3/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-19216) beeline: initscript commands should not be recorded in the history

2018-04-14 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19216: --- Summary: beeline: initscript commands should not be recorded in the history Key: HIVE-19216 URL: https://issues.apache.org/jira/browse/HIVE-19216 Project: Hive

[jira] [Created] (HIVE-19180) beeline: user interrupt should halt execution

2018-04-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19180: --- Summary: beeline: user interrupt should halt execution Key: HIVE-19180 URL: https://issues.apache.org/jira/browse/HIVE-19180 Project: Hive Issue Type

[jira] [Created] (HIVE-19171) Persist runtime statistics in metastore

2018-04-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19171: --- Summary: Persist runtime statistics in metastore Key: HIVE-19171 URL: https://issues.apache.org/jira/browse/HIVE-19171 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-19170) Fix TestMiniDruidKafkaCliDriver

2018-04-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19170: --- Summary: Fix TestMiniDruidKafkaCliDriver Key: HIVE-19170 URL: https://issues.apache.org/jira/browse/HIVE-19170 Project: Hive Issue Type: Bug

Re: Review Request 66402: HIVE-19009 Retain and use runtime statistics thru out a session

2018-04-11 Thread Zoltan Haindrich
is configured - Zoltan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66402/#review200829 --- On April 10, 2018, 12:

[jira] [Created] (HIVE-19169) llap: Timed out after 90 secs

2018-04-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19169: --- Summary: llap: Timed out after 90 secs Key: HIVE-19169 URL: https://issues.apache.org/jira/browse/HIVE-19169 Project: Hive Issue Type: Bug

Re: Review Request 66402: HIVE-19009 Retain and use runtime statistics thru out a session

2018-04-10 Thread Zoltan Haindrich
0071a9a4ebadd73103a6f6a5c97cc9992df7aa48 ql/src/test/org/apache/hadoop/hive/ql/plan/mapping/TestCounterMapping.java 9fe95e4c5684b4aa69dd7148a14c29ed9c2a0062 Diff: https://reviews.apache.org/r/66402/diff/2/ Changes: https://reviews.apache.org/r/66402/diff/1-2/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-19150) Add rule to push in condition condition into a related disjunctive expression

2018-04-10 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19150: --- Summary: Add rule to push in condition condition into a related disjunctive expression Key: HIVE-19150 URL: https://issues.apache.org/jira/browse/HIVE-19150

Review Request 66525: HIVE-19147 Fix PerfCliDrivers: Tpcds30T missed CAT_NAME change

2018-04-10 Thread Zoltan Haindrich
--- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-19148) derby/MV_CREATION_METADATA misses CAT_NAME column

2018-04-10 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19148: --- Summary: derby/MV_CREATION_METADATA misses CAT_NAME column Key: HIVE-19148 URL: https://issues.apache.org/jira/browse/HIVE-19148 Project: Hive Issue

[jira] [Created] (HIVE-19147) Fix TestTezPerfCliDriver

2018-04-10 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19147: --- Summary: Fix TestTezPerfCliDriver Key: HIVE-19147 URL: https://issues.apache.org/jira/browse/HIVE-19147 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19132) Ctrl+Z ; fg breaks beeline history functionality

2018-04-09 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19132: --- Summary: Ctrl+Z ; fg breaks beeline history functionality Key: HIVE-19132 URL: https://issues.apache.org/jira/browse/HIVE-19132 Project: Hive Issue

Re: Apache Hive 3.0.0 release preparation

2018-04-09 Thread Zoltan Haindrich
Hello A few weeks earlier I've tried to hunt down this problem... so...to my best knowledge the cause of this seems to be the following: * in some cases the "cleanup" after a failed query may somehow leave some threads behind... * these threads have reference to the "customized" session

Review Request 66402: HIVE-19009

2018-04-03 Thread Zoltan Haindrich
9fe95e4c5684b4aa69dd7148a14c29ed9c2a0062 Diff: https://reviews.apache.org/r/66402/diff/1/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-19097) related equals and in operators may result in a high inaccurate stat estimation

2018-04-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19097: --- Summary: related equals and in operators may result in a high inaccurate stat estimation Key: HIVE-19097 URL: https://issues.apache.org/jira/browse/HIVE-19097

[jira] [Created] (HIVE-19096) query result cache interferes with explain analyze

2018-04-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19096: --- Summary: query result cache interferes with explain analyze Key: HIVE-19096 URL: https://issues.apache.org/jira/browse/HIVE-19096 Project: Hive Issue

[jira] [Created] (HIVE-19095) Improve analyze statement execution time for partitioned tables

2018-04-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19095: --- Summary: Improve analyze statement execution time for partitioned tables Key: HIVE-19095 URL: https://issues.apache.org/jira/browse/HIVE-19095 Project: Hive

[jira] [Created] (HIVE-19094) remove usage of jackson 1.x

2018-04-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19094: --- Summary: remove usage of jackson 1.x Key: HIVE-19094 URL: https://issues.apache.org/jira/browse/HIVE-19094 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-19093) some parts of the Driver runs from the "Background-Pool" in HS2

2018-04-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19093: --- Summary: some parts of the Driver runs from the "Background-Pool" in HS2 Key: HIVE-19093 URL: https://issues.apache.org/jira/browse/HIVE-19093 Pro

[jira] [Created] (HIVE-19078) Add separate option to display query explain on HS2

2018-03-29 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19078: --- Summary: Add separate option to display query explain on HS2 Key: HIVE-19078 URL: https://issues.apache.org/jira/browse/HIVE-19078 Project: Hive Issue

[jira] [Created] (HIVE-19068) Ambari node views items per page

2018-03-28 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19068: --- Summary: Ambari node views items per page Key: HIVE-19068 URL: https://issues.apache.org/jira/browse/HIVE-19068 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19067) subquery checks seems to be undeterminitstic

2018-03-28 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19067: --- Summary: subquery checks seems to be undeterminitstic Key: HIVE-19067 URL: https://issues.apache.org/jira/browse/HIVE-19067 Project: Hive Issue Type

[jira] [Created] (HIVE-19066) user level explain: tpcds q78 - fallback to normal explain

2018-03-28 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19066: --- Summary: user level explain: tpcds q78 - fallback to normal explain Key: HIVE-19066 URL: https://issues.apache.org/jira/browse/HIVE-19066 Project: Hive

[jira] [Created] (HIVE-19048) Initscript errors are ignored

2018-03-26 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19048: --- Summary: Initscript errors are ignored Key: HIVE-19048 URL: https://issues.apache.org/jira/browse/HIVE-19048 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19047) Only the first init file is interpreted

2018-03-26 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19047: --- Summary: Only the first init file is interpreted Key: HIVE-19047 URL: https://issues.apache.org/jira/browse/HIVE-19047 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19009) Retain and use runtime statistics thru out a session

2018-03-21 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-19009: --- Summary: Retain and use runtime statistics thru out a session Key: HIVE-19009 URL: https://issues.apache.org/jira/browse/HIVE-19009 Project: Hive

Re: Review Request 66069: HIVE-18926 Imporve operator-tree matching

2018-03-21 Thread Zoltan Haindrich
/operation/SQLOperation.java 5865abe552 Diff: https://reviews.apache.org/r/66069/diff/3/ Changes: https://reviews.apache.org/r/66069/diff/2-3/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 66069: HIVE-18926 Imporve operator-tree matching

2018-03-21 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66069/#review199495 ------- On March 19, 2018, 9:59 p.m., Zoltan Haindrich wrote: > >

Re: Review Request 66069: HIVE-18926 Imporve operator-tree matching

2018-03-19 Thread Zoltan Haindrich
cfb0ca38b2 ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out 9b58ce0e5d Diff: https://reviews.apache.org/r/66069/diff/2/ Changes: https://reviews.apache.org/r/66069/diff/1-2/ Testing --- Thanks, Zoltan Haindrich

Review Request 66069: HIVE-18926 Imporve operator-tree matching

2018-03-14 Thread Zoltan Haindrich
/TestOperatorCmp.java cfb0ca38b2289c29ff93bc8cfd6868de17ed4fad ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out 9b58ce0e5d99a704c4a6305487e937b2ea727624 Diff: https://reviews.apache.org/r/66069/diff/1/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-18946) Fix columnstats merge NPE

2018-03-13 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18946: --- Summary: Fix columnstats merge NPE Key: HIVE-18946 URL: https://issues.apache.org/jira/browse/HIVE-18946 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-18945) Support "analyze table T"

2018-03-13 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18945: --- Summary: Support "analyze table T" Key: HIVE-18945 URL: https://issues.apache.org/jira/browse/HIVE-18945 Project: Hive Issue Type

[jira] [Created] (HIVE-18944) Groupping sets position is set incorrectly during DPP

2018-03-13 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18944: --- Summary: Groupping sets position is set incorrectly during DPP Key: HIVE-18944 URL: https://issues.apache.org/jira/browse/HIVE-18944 Project: Hive

[jira] [Created] (HIVE-18926) Imporve operator-tree matching

2018-03-09 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18926: --- Summary: Imporve operator-tree matching Key: HIVE-18926 URL: https://issues.apache.org/jira/browse/HIVE-18926 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-18894) investigate stats8.q

2018-03-07 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18894: --- Summary: investigate stats8.q Key: HIVE-18894 URL: https://issues.apache.org/jira/browse/HIVE-18894 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-18893) Estimate avgrowsize for stats calc in mixed case

2018-03-07 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18893: --- Summary: Estimate avgrowsize for stats calc in mixed case Key: HIVE-18893 URL: https://issues.apache.org/jira/browse/HIVE-18893 Project: Hive Issue

Re: Review Request 65422: HIVE-17626

2018-03-06 Thread Zoltan Haindrich
Diff: https://reviews.apache.org/r/65422/diff/9/ Changes: https://reviews.apache.org/r/65422/diff/8-9/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 65422: HIVE-17626

2018-03-05 Thread Zoltan Haindrich
://reviews.apache.org/r/65422/diff/7-8/ Testing --- Thanks, Zoltan Haindrich

Review Request 65904: HIVE-17478 Move filesystem stats collection from metastore to ql

2018-03-05 Thread Zoltan Haindrich
Utils.java 50f873a013a9aa3cea0a2af8146484b9387c08f2 Diff: https://reviews.apache.org/r/65904/diff/1/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-18860) fix TestAcidOnTez

2018-03-05 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18860: --- Summary: fix TestAcidOnTez Key: HIVE-18860 URL: https://issues.apache.org/jira/browse/HIVE-18860 Project: Hive Issue Type: Bug Components

Re: Review Request 65422: HIVE-17626

2018-03-05 Thread Zoltan Haindrich
/hadoop/hive/metastore/messaging/CreateDatabaseMessage.java 3d64c7341a17b0f7e7213cc1606adebc8874820a Diff: https://reviews.apache.org/r/65422/diff/7/ Changes: https://reviews.apache.org/r/65422/diff/6-7/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 65422: HIVE-17626

2018-03-04 Thread Zoltan Haindrich
---------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65422/#review198543 --- On March 1, 2018, 3:35 p.m., Zoltan Haindrich wrote: > > -

Re: Review Request 65745: HIVE-18743: CREATE TABLE on S3 data can be extremely slow. DO_NOT_UPDATE_STATS workaround is buggy.

2018-03-02 Thread Zoltan Haindrich
/metastore/HiveAlterHandler.java Line 295 (original), 295 (patched) <https://reviews.apache.org/r/65745/#comment278708> I think it would be very important to cover this problem with a high level test - to prevent it from breaking again. - Zoltan Haindrich On Feb. 22, 2018, 3:44 a.m., Ale

Re: Review Request 65422: HIVE-17626

2018-03-01 Thread Zoltan Haindrich
/org/apache/hadoop/hive/metastore/messaging/CreateDatabaseMessage.java 3d64c7341a Diff: https://reviews.apache.org/r/65422/diff/6/ Changes: https://reviews.apache.org/r/65422/diff/5-6/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-18826) fix TestEncryptedHDFSCliDriver.testCliDriver[encryption_move_tbl]

2018-02-28 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18826: --- Summary: fix TestEncryptedHDFSCliDriver.testCliDriver[encryption_move_tbl] Key: HIVE-18826 URL: https://issues.apache.org/jira/browse/HIVE-18826 Project: Hive

Re: Review Request 65422: HIVE-17626

2018-02-27 Thread Zoltan Haindrich
://reviews.apache.org/r/65422/diff/4-5/ Testing --- Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-18813) Fix mapjoin_hook

2018-02-27 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18813: --- Summary: Fix mapjoin_hook Key: HIVE-18813 URL: https://issues.apache.org/jira/browse/HIVE-18813 Project: Hive Issue Type: Bug Reporter

Re: Review Request 65422: HIVE-17626

2018-02-27 Thread Zoltan Haindrich
://reviews.apache.org/r/65422/diff/3-4/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 65422: HIVE-17626

2018-02-27 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65422/#review197649 ------- On Feb. 26, 2018, 6:19 p.m., Zoltan Haindrich wrote: > > ---

Re: Review Request 65422: HIVE-17626

2018-02-26 Thread Zoltan Haindrich
/clientpositive/show_functions.q.out 4e8ceaf6af Diff: https://reviews.apache.org/r/65422/diff/3/ Changes: https://reviews.apache.org/r/65422/diff/2-3/ Testing --- Thanks, Zoltan Haindrich

Re: Review Request 65803: HIVE-18805 - move constantpropagate

2018-02-26 Thread Zoltan Haindrich
intresting one...when stats annotation have run there was a FIL operator above it; which had a different stat value - might be HIVE-18804 as well; but around that time it was not yet clear... anyway: the new stat value seems to fit more the plan..

Review Request 65803: HIVE-18805 - move constantpropagate

2018-02-26 Thread Zoltan Haindrich
/clientpositive/perf/tez/query78.q.out 9c2d7b3491fa7c40ef72967e6eecca7f7f689a02 Diff: https://reviews.apache.org/r/65803/diff/1/ Testing --- run precommit Thanks, Zoltan Haindrich

[jira] [Created] (HIVE-18805) Move ConstantPropagate before stats

2018-02-26 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18805: --- Summary: Move ConstantPropagate before stats Key: HIVE-18805 URL: https://issues.apache.org/jira/browse/HIVE-18805 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-18804) StatsUtils.getColStatisticsFromExprMap may only provide info for a column once

2018-02-26 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18804: --- Summary: StatsUtils.getColStatisticsFromExprMap may only provide info for a column once Key: HIVE-18804 URL: https://issues.apache.org/jira/browse/HIVE-18804

<    2   3   4   5   6   7   8   9   10   >