[jira] [Created] (HIVE-24648) Clean up FetchTask and related classes

2021-01-16 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-24648: - Summary: Clean up FetchTask and related classes Key: HIVE-24648 URL: https://issues.apache.org/jira/browse/HIVE-24648 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-24611) Remove unnecessary parameter from AbstractAlterTableOperation

2021-01-10 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-24611: - Summary: Remove unnecessary parameter from AbstractAlterTableOperation Key: HIVE-24611 URL: https://issues.apache.org/jira/browse/HIVE-24611 Project: Hive

[jira] [Created] (HIVE-24610) Remove superfluous throws IOException from Context

2021-01-10 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-24610: - Summary: Remove superfluous throws IOException from Context Key: HIVE-24610 URL: https://issues.apache.org/jira/browse/HIVE-24610 Project: Hive Issue Type

[jira] [Created] (HIVE-24593) Clean up checkstyle violations in ddl

2021-01-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-24593: - Summary: Clean up checkstyle violations in ddl Key: HIVE-24593 URL: https://issues.apache.org/jira/browse/HIVE-24593 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-24509) Move show specific codes under DDL and cut MetaDataFormatter classes to pieces

2020-12-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-24509: - Summary: Move show specific codes under DDL and cut MetaDataFormatter classes to pieces Key: HIVE-24509 URL: https://issues.apache.org/jira/browse/HIVE-24509

Review Request 72995: Cut long methods in Driver to smaller, more manageable pieces

2020-10-30 Thread Miklos Gergely via Review Board
running fine. Thanks, Miklos Gergely

[jira] [Created] (HIVE-24333) Cut long methods in Driver to smaller, more manageable pieces

2020-10-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-24333: - Summary: Cut long methods in Driver to smaller, more manageable pieces Key: HIVE-24333 URL: https://issues.apache.org/jira/browse/HIVE-24333 Project: Hive

Re: Review Request 72963: HIVE-24256: quote NWI_TABLE column in TxnHandler

2020-10-14 Thread Miklos Gergely via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72963/#review222051 --- Ship it! Ship It! - Miklos Gergely On Oct. 14, 2020, 3:20

Review Request 72929: Re-order methods in Driver

2020-10-05 Thread Miklos Gergely via Review Board
, Miklos Gergely

[jira] [Created] (HIVE-24184) Re-order methods in Driver

2020-09-20 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-24184: - Summary: Re-order methods in Driver Key: HIVE-24184 URL: https://issues.apache.org/jira/browse/HIVE-24184 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-23864) Extract Create Materialized View analyzer from SemanticAnalyzer

2020-07-16 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23864: - Summary: Extract Create Materialized View analyzer from SemanticAnalyzer Key: HIVE-23864 URL: https://issues.apache.org/jira/browse/HIVE-23864 Project: Hive

[jira] [Created] (HIVE-23857) Fix HiveParser "code too large" problem

2020-07-15 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23857: - Summary: Fix HiveParser "code too large" problem Key: HIVE-23857 URL: https://issues.apache.org/jira/browse/HIVE-23857 Project: Hive Issue

[jira] [Created] (HIVE-23814) Clean up Driver

2020-07-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23814: - Summary: Clean up Driver Key: HIVE-23814 URL: https://issues.apache.org/jira/browse/HIVE-23814 Project: Hive Issue Type: Sub-task Components

[jira] [Created] (HIVE-23789) Merge ValidTxnManager into DriverTxnHandler

2020-07-01 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23789: - Summary: Merge ValidTxnManager into DriverTxnHandler Key: HIVE-23789 URL: https://issues.apache.org/jira/browse/HIVE-23789 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-23718) Extract transaction handling from Driver

2020-06-17 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23718: - Summary: Extract transaction handling from Driver Key: HIVE-23718 URL: https://issues.apache.org/jira/browse/HIVE-23718 Project: Hive Issue Type: Sub-task

Re: Review Request 72433: Extract Create View analyzer from SemanticAnalyzer

2020-06-02 Thread Miklos Gergely
https://reviews.apache.org/r/72433/diff/4/ Changes: https://reviews.apache.org/r/72433/diff/3-4/ Testing --- All the tests are still running fine. Thanks, Miklos Gergely

Re: Review Request 72433: Extract Create View analyzer from SemanticAnalyzer

2020-06-02 Thread Miklos Gergely
e/tez/explainanalyze_3.q.out 33546dd74f ql/src/test/results/clientpositive/tez/explainuser_3.q.out f1c245b671 Diff: https://reviews.apache.org/r/72433/diff/3/ Changes: https://reviews.apache.org/r/72433/diff/2-3/ Testing --- All the tests are still running fine. Thanks, Miklos Gergely

Re: Review Request 72433: Extract Create View analyzer from SemanticAnalyzer

2020-06-02 Thread Miklos Gergely
isappear as well. > On May 22, 2020, 10:18 p.m., Jesús Camacho Rodríguez wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java > > Line 12614 (original), 12620 (patched) > > <https://reviews.apache.org/r/72433/diff/1/?file=2227731#fi

q test changes

2020-05-27 Thread Miklos Gergely
Hi, Due to a recent modification the q tests in hive are executed by TestMiniLlapLocalCliDriver by default, i.e. if they are not declared to be handled otherwise in the testconfiguration.properties. Also from now on q tests that are to be executed with TestCliDriver must be declared in the mr.quer

[jira] [Created] (HIVE-23547) Enforce testconfiguration.properties file format and alphabetical order

2020-05-25 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23547: - Summary: Enforce testconfiguration.properties file format and alphabetical order Key: HIVE-23547 URL: https://issues.apache.org/jira/browse/HIVE-23547 Project

Re: Review Request 72433: Extract Create View analyzer from SemanticAnalyzer

2020-05-24 Thread Miklos Gergely
sting --- All the tests are still running fine. Thanks, Miklos Gergely

Review Request 72538: TestMiniLlapLocalCliDriver should be the default driver for q tests

2020-05-21 Thread Miklos Gergely
/clientpositive/quotedid_basic_standard.q.out 2374dc84ea Diff: https://reviews.apache.org/r/72538/diff/1/ Testing --- Thanks, Miklos Gergely

[jira] [Created] (HIVE-23513) Fix Json output for SHOW TABLES and SHOW MATERIALIZED VIEWS

2020-05-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23513: - Summary: Fix Json output for SHOW TABLES and SHOW MATERIALIZED VIEWS Key: HIVE-23513 URL: https://issues.apache.org/jira/browse/HIVE-23513 Project: Hive

[jira] [Created] (HIVE-23510) TestMiniLLA

2020-05-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23510: - Summary: TestMiniLLA Key: HIVE-23510 URL: https://issues.apache.org/jira/browse/HIVE-23510 Project: Hive Issue Type: Sub-task Reporter: Miklos

[jira] [Created] (HIVE-23508) Do not show parameters column for non-extended desc database

2020-05-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23508: - Summary: Do not show parameters column for non-extended desc database Key: HIVE-23508 URL: https://issues.apache.org/jira/browse/HIVE-23508 Project: Hive

[jira] [Created] (HIVE-23504) Propagate query cancellations to druid when a hive query is cancelled

2020-05-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23504: - Summary: Propagate query cancellations to druid when a hive query is cancelled Key: HIVE-23504 URL: https://issues.apache.org/jira/browse/HIVE-23504 Project: Hive

[jira] [Created] (HIVE-23484) Ensure result order for special_character_in_tabnames_1.q

2020-05-16 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23484: - Summary: Ensure result order for special_character_in_tabnames_1.q Key: HIVE-23484 URL: https://issues.apache.org/jira/browse/HIVE-23484 Project: Hive

Re: Review Request 72514: Move TestCliDriver tests to TestMiniLlapCliDriver if they are failing with TestMiniLlapLocalCliDriver

2020-05-14 Thread Miklos Gergely
t309476> Results changed, most likely just the order ql/src/test/results/clientpositive/llap/regexp_extract.q.out Line 441 (original) <https://reviews.apache.org/r/72514/#comment309477> Results have changed, most likely just the order. - Miklos Gergely On May 14, 2020, 9

Review Request 72514: Move TestCliDriver tests to TestMiniLlapCliDriver if they are failing with TestMiniLlapLocalCliDriver

2020-05-14 Thread Miklos Gergely
/llap/vector_udf3.q.out 16ce5f3142 Diff: https://reviews.apache.org/r/72514/diff/1/ Testing --- Thanks, Miklos Gergely

Re: Review Request 72510: Move TestCliDriver tests to TestMiniTezCliDriver if they are failing with TestMiniLlapLocalCliDriver

2020-05-14 Thread Miklos Gergely
Result set change, most likely just the order. - Miklos Gergely On May 14, 2020, 4:18 p.m., Miklos Gergely wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Review Request 72510: Move TestCliDriver tests to TestMiniTezCliDriver if they are failing with TestMiniLlapLocalCliDriver

2020-05-14 Thread Miklos Gergely
/ Testing --- Thanks, Miklos Gergely

[jira] [Created] (HIVE-23470) Move TestCliDriver tests to TestMiniTezCliDriver if they are failing with TestMiniLlapLocalCliDriver

2020-05-14 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23470: - Summary: Move TestCliDriver tests to TestMiniTezCliDriver if they are failing with TestMiniLlapLocalCliDriver Key: HIVE-23470 URL: https://issues.apache.org/jira/browse/HIVE

[jira] [Created] (HIVE-23465) Investigate why uniquejoin.q is not producing the proper results

2020-05-13 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23465: - Summary: Investigate why uniquejoin.q is not producing the proper results Key: HIVE-23465 URL: https://issues.apache.org/jira/browse/HIVE-23465 Project: Hive

[jira] [Created] (HIVE-23464) Investigate why udaf_percentile_approx_23.q output has changed

2020-05-13 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23464: - Summary: Investigate why udaf_percentile_approx_23.q output has changed Key: HIVE-23464 URL: https://issues.apache.org/jira/browse/HIVE-23464 Project: Hive

[jira] [Created] (HIVE-23463) Investigate why the results have changed at udf_mask_show_last_n.q, udf_mask_show_first_n.q, udf_mask_last_n.q, udf_mask_first_n.q, udf_mask.q

2020-05-13 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23463: - Summary: Investigate why the results have changed at udf_mask_show_last_n.q, udf_mask_show_first_n.q, udf_mask_last_n.q, udf_mask_first_n.q, udf_mask.q Key: HIVE-23463 URL

Re: Review Request 72491: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 4

2020-05-11 Thread Miklos Gergely
ttps://reviews.apache.org/r/72491/#comment309347> Result set change, most likely just the order ql/src/test/results/clientpositive/llap/union15.q.out Line 171 (original), 177 (patched) <https://reviews.apache.org/r/72491/#comment309348> Result set change, most likely just the ord

Review Request 72491: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 4

2020-05-11 Thread Miklos Gergely
/clientpositive/llap/windowing_windowspec3.q.out 440c1e5c0b Diff: https://reviews.apache.org/r/72491/diff/1/ Testing --- Thanks, Miklos Gergely

[jira] [Created] (HIVE-23440) Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 4

2020-05-11 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23440: - Summary: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 4 Key: HIVE-23440 URL: https://issues.apache.org/jira/browse/HIVE-23440

[jira] [Created] (HIVE-23428) Investigate why skew join is not used at skewjoinopt*

2020-05-09 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23428: - Summary: Investigate why skew join is not used at skewjoinopt* Key: HIVE-23428 URL: https://issues.apache.org/jira/browse/HIVE-23428 Project: Hive Issue

[jira] [Created] (HIVE-23427) Investigate why SMB join is not used in smb_mapjoin* and sort_merge_join_desc*

2020-05-09 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23427: - Summary: Investigate why SMB join is not used in smb_mapjoin* and sort_merge_join_desc* Key: HIVE-23427 URL: https://issues.apache.org/jira/browse/HIVE-23427

[jira] [Created] (HIVE-23422) Investigate why skewjoin_mapjoin11.q result set has changed

2020-05-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23422: - Summary: Investigate why skewjoin_mapjoin11.q result set has changed Key: HIVE-23422 URL: https://issues.apache.org/jira/browse/HIVE-23422 Project: Hive

[jira] [Created] (HIVE-23420) Investigate why data has changed in parquet_timestamp_staging_2.q

2020-05-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23420: - Summary: Investigate why data has changed in parquet_timestamp_staging_2.q Key: HIVE-23420 URL: https://issues.apache.org/jira/browse/HIVE-23420 Project: Hive

[jira] [Created] (HIVE-23419) Find out how to test CLUSTER BY, DISTRIBUTE BY, SORT BY in q files like parenthesis_star_by.q without having an indeterministic output

2020-05-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23419: - Summary: Find out how to test CLUSTER BY, DISTRIBUTE BY, SORT BY in q files like parenthesis_star_by.q without having an indeterministic output Key: HIVE-23419 URL: https

[jira] [Created] (HIVE-23418) Investigate why msck command found different partitions at repair.q

2020-05-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23418: - Summary: Investigate why msck command found different partitions at repair.q Key: HIVE-23418 URL: https://issues.apache.org/jira/browse/HIVE-23418 Project: Hive

[jira] [Created] (HIVE-23417) Investigate why statistics for double type columns were modified at reduceSinkDeDuplication_pRS_key_empty.q

2020-05-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23417: - Summary: Investigate why statistics for double type columns were modified at reduceSinkDeDuplication_pRS_key_empty.q Key: HIVE-23417 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HIVE-23416) Investigate why predicate modified at quotedid_skew.q

2020-05-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23416: - Summary: Investigate why predicate modified at quotedid_skew.q Key: HIVE-23416 URL: https://issues.apache.org/jira/browse/HIVE-23416 Project: Hive Issue

[jira] [Created] (HIVE-23415) Investigate why vectorization is not used in query_result_fileformat.q

2020-05-08 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23415: - Summary: Investigate why vectorization is not used in query_result_fileformat.q Key: HIVE-23415 URL: https://issues.apache.org/jira/browse/HIVE-23415 Project: Hive

Re: Review Request 72483: "show tables like" support for SQL wildcard characters (% and _)

2020-05-08 Thread Miklos Gergely
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72483/#review220691 --- On May 7, 2020, 11:16 a.m., Miklos Gergely wrote: > > --

Re: Review Request 72485: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 3

2020-05-07 Thread Miklos Gergely
pair.q.out Line 25 (original) <https://reviews.apache.org/r/72485/#comment309245> MSCK opeation finds different partitions, this is a problem. - Miklos Gergely On May 7, 2020, 5:04 p.m., Miklos Gergely wrote: > > --- > This is an autom

Review Request 72485: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 3

2020-05-07 Thread Miklos Gergely
/ Testing --- Thanks, Miklos Gergely

[jira] [Created] (HIVE-23403) Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 3

2020-05-07 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23403: - Summary: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 3 Key: HIVE-23403 URL: https://issues.apache.org/jira/browse/HIVE-23403

Review Request 72483: "show tables like" support for SQL wildcard characters (% and _)

2020-05-07 Thread Miklos Gergely
were modified to the new format. Thanks, Miklos Gergely

[jira] [Created] (HIVE-23386) Investigate why "properties:insideView TRUE" disappears at masking_2.q

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23386: - Summary: Investigate why "properties:insideView TRUE" disappears at masking_2.q Key: HIVE-23386 URL: https://issues.apache.org/jira/browse/HIVE-23386 Pro

[jira] [Created] (HIVE-23385) Investigate why bucketinVersion dissapeared from louter_join_ppr.q

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23385: - Summary: Investigate why bucketinVersion dissapeared from louter_join_ppr.q Key: HIVE-23385 URL: https://issues.apache.org/jira/browse/HIVE-23385 Project: Hive

[jira] [Created] (HIVE-23384) Investigate why filterExpression wasn't simplified at merge_join_1.q

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23384: - Summary: Investigate why filterExpression wasn't simplified at merge_join_1.q Key: HIVE-23384 URL: https://issues.apache.org/jira/browse/HIVE-23384 Project:

[jira] [Created] (HIVE-23383) Investgate why the number of files went down for 1 to 0 at groupby_sort_6.q

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23383: - Summary: Investgate why the number of files went down for 1 to 0 at groupby_sort_6.q Key: HIVE-23383 URL: https://issues.apache.org/jira/browse/HIVE-23383 Project

[jira] [Created] (HIVE-23381) Investigate why the column stats are gone for groupby_sort_1_23.q

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23381: - Summary: Investigate why the column stats are gone for groupby_sort_1_23.q Key: HIVE-23381 URL: https://issues.apache.org/jira/browse/HIVE-23381 Project: Hive

[jira] [Created] (HIVE-23382) Investigate why the results have changed for groupby_sort_1_23.q

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23382: - Summary: Investigate why the results have changed for groupby_sort_1_23.q Key: HIVE-23382 URL: https://issues.apache.org/jira/browse/HIVE-23382 Project: Hive

[jira] [Created] (HIVE-23380) Investigate why the bucketing at infer_bucket_sort_merge.q changed

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23380: - Summary: Investigate why the bucketing at infer_bucket_sort_merge.q changed Key: HIVE-23380 URL: https://issues.apache.org/jira/browse/HIVE-23380 Project: Hive

[jira] [Created] (HIVE-23379) Cut groupby_sort_skew_1_23.q to smaller pieces

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23379: - Summary: Cut groupby_sort_skew_1_23.q to smaller pieces Key: HIVE-23379 URL: https://issues.apache.org/jira/browse/HIVE-23379 Project: Hive Issue Type

[jira] [Created] (HIVE-23378) Investigate why join_cond_pushdown_unqual5.q why CASE was modified

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23378: - Summary: Investigate why join_cond_pushdown_unqual5.q why CASE was modified Key: HIVE-23378 URL: https://issues.apache.org/jira/browse/HIVE-23378 Project: Hive

[jira] [Created] (HIVE-23377) Investigate why join_1to1.q output has been modified

2020-05-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23377: - Summary: Investigate why join_1to1.q output has been modified Key: HIVE-23377 URL: https://issues.apache.org/jira/browse/HIVE-23377 Project: Hive Issue

Re: Review Request 72466: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 2

2020-05-05 Thread Miklos Gergely
: https://reviews.apache.org/r/72466/diff/2/ Changes: https://reviews.apache.org/r/72466/diff/1-2/ Testing --- Thanks, Miklos Gergely

Review Request 72466: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 2

2020-05-04 Thread Miklos Gergely
/ Testing --- Thanks, Miklos Gergely

[jira] [Created] (HIVE-23337) Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 2

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23337: - Summary: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 2 Key: HIVE-23337 URL: https://issues.apache.org/jira/browse/HIVE-23337

Review Request 72451: Add tests to cover database managed location related DDL and fix minor issues

2020-04-29 Thread Miklos Gergely
were added to cover the new DDL elements. Thanks, Miklos Gergely

[jira] [Created] (HIVE-23335) Investigate why the results have changed for distinct_windowing_no_cbo.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23335: - Summary: Investigate why the results have changed for distinct_windowing_no_cbo.q Key: HIVE-23335 URL: https://issues.apache.org/jira/browse/HIVE-23335 Project

[jira] [Created] (HIVE-23334) Investigate why the results have changed for columnstats_partlvl_dp.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23334: - Summary: Investigate why the results have changed for columnstats_partlvl_dp.q Key: HIVE-23334 URL: https://issues.apache.org/jira/browse/HIVE-23334 Project: Hive

[jira] [Created] (HIVE-23333) Investigate why the results have changed for char_udf1.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-2: - Summary: Investigate why the results have changed for char_udf1.q Key: HIVE-2 URL: https://issues.apache.org/jira/browse/HIVE-2 Project: Hive

[jira] [Created] (HIVE-23332) Investigate why the results have changed for cbo_rp_udaf_percentile_approx_23.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23332: - Summary: Investigate why the results have changed for cbo_rp_udaf_percentile_approx_23.q Key: HIVE-23332 URL: https://issues.apache.org/jira/browse/HIVE-23332

[jira] [Created] (HIVE-23331) Investigate why the results have changed for authorization_9.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23331: - Summary: Investigate why the results have changed for authorization_9.q Key: HIVE-23331 URL: https://issues.apache.org/jira/browse/HIVE-23331 Project: Hive

[jira] [Created] (HIVE-23330) Investigate why the results have changed for decimal_udf.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23330: - Summary: Investigate why the results have changed for decimal_udf.q Key: HIVE-23330 URL: https://issues.apache.org/jira/browse/HIVE-23330 Project: Hive

[jira] [Created] (HIVE-23329) Investigate why the results have changed for correlationoptimizer14.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23329: - Summary: Investigate why the results have changed for correlationoptimizer14.q Key: HIVE-23329 URL: https://issues.apache.org/jira/browse/HIVE-23329 Project: Hive

[jira] [Created] (HIVE-23328) Investigate why ReducesinkDedup was not applied for correlationoptimizer11.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23328: - Summary: Investigate why ReducesinkDedup was not applied for correlationoptimizer11.q Key: HIVE-23328 URL: https://issues.apache.org/jira/browse/HIVE-23328 Project

[jira] [Created] (HIVE-23327) Investigate why the file size has changed at acid_stats2.q

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23327: - Summary: Investigate why the file size has changed at acid_stats2.q Key: HIVE-23327 URL: https://issues.apache.org/jira/browse/HIVE-23327 Project: Hive

[jira] [Created] (HIVE-23326) Investigate minReductionHashAggr modifications

2020-04-29 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23326: - Summary: Investigate minReductionHashAggr modifications Key: HIVE-23326 URL: https://issues.apache.org/jira/browse/HIVE-23326 Project: Hive Issue Type

[jira] [Created] (HIVE-23316) Add tests to cover database managed location related DDL and fix minor issues

2020-04-28 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23316: - Summary: Add tests to cover database managed location related DDL and fix minor issues Key: HIVE-23316 URL: https://issues.apache.org/jira/browse/HIVE-23316

[jira] [Created] (HIVE-23315) Remove empty line from the end of SHOW EXTENDED TABLES and SHOW MATERIALIZED VIEWS

2020-04-28 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23315: - Summary: Remove empty line from the end of SHOW EXTENDED TABLES and SHOW MATERIALIZED VIEWS Key: HIVE-23315 URL: https://issues.apache.org/jira/browse/HIVE-23315

Re: Review Request 72421: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-27 Thread Miklos Gergely
ntpositive/llap/groupby8_noskew.q.out fdc5a60438 Diff: https://reviews.apache.org/r/72421/diff/2/ Changes: https://reviews.apache.org/r/72421/diff/1-2/ Testing --- Thanks, Miklos Gergely

Review Request 72433: Extract Create View analyzer from SemanticAnalyzer

2020-04-25 Thread Miklos Gergely
yze_3.q.out dad999ab1a ql/src/test/results/clientpositive/tez/explainuser_3.q.out 5218c90f0c Diff: https://reviews.apache.org/r/72433/diff/1/ Testing --- All the tests are still running fine. Thanks, Miklos Gergely

Review Request 72430: Extract Create View analyzer from SemanticAnalyzer

2020-04-24 Thread Miklos Gergely
l/src/test/results/clientpositive/tez/explainuser_3.q.out 5218c90f0c Diff: https://reviews.apache.org/r/72430/diff/1/ Testing --- Tests are running fine, in some cases there are minor changes in the q outputs. Thanks, Miklos Gergely

Re: Review Request 72421: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-23 Thread Miklos Gergely
iews.apache.org/r/72421/#comment308887> Statistics are gone. ql/src/test/results/clientpositive/llap/constant_prop_1.q.out Line 29 (original) <https://reviews.apache.org/r/72421/#comment308888> Statistics are gone. - Miklos Gergely On April 22, 2020, 8:46 p.m., Miklos Ger

Re: Review Request 72421: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-23 Thread Miklos Gergely
are disappearing. The executioin engine is TEZ now. - Miklos --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72421/#review220457 -------

Re: Review Request 72421: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-23 Thread Miklos Gergely
------- On April 22, 2020, 8:46 p.m., Miklos Gergely wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72421/ > --

Review Request 72421: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-22 Thread Miklos Gergely
/clientpositive/llap/groupby8_map.q.out c004bcaf13 ql/src/test/results/clientpositive/llap/groupby8_map_skew.q.out 6ae2b31edd ql/src/test/results/clientpositive/llap/groupby8_noskew.q.out fdc5a60438 Diff: https://reviews.apache.org/r/72421/diff/1/ Testing --- Thanks, Miklos Gergely

Re: Review Request 72417: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-22 Thread Miklos Gergely
/diff/2/ Changes: https://reviews.apache.org/r/72417/diff/1-2/ Testing --- Thanks, Miklos Gergely

Re: Review Request 72420: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-22 Thread Miklos Gergely
/test/results/clientpositive/llap/groupby8.q.out PRE-CREATION ql/src/test/results/clientpositive/llap/groupby8_map_skew.q.out PRE-CREATION Diff: https://reviews.apache.org/r/72420/diff/2/ Changes: https://reviews.apache.org/r/72420/diff/1-2/ Testing --- Thanks, Miklos Gergely

Review Request 72420: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-22 Thread Miklos Gergely
ql/src/test/results/clientpositive/groupby8_map_skew.q.out ql/src/test/results/clientpositive/groupby8_noskew.q.out Diff: https://reviews.apache.org/r/72420/diff/1/ Testing --- Thanks, Miklos Gergely

Review Request 72417: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-22 Thread Miklos Gergely
/test/results/clientpositive/input21.q.out ql/src/test/results/clientpositive/input22.q.out ql/src/test/results/clientpositive/input23.q.out ql/src/test/results/clientpositive/input25.q.out Diff: https://reviews.apache.org/r/72417/diff/1/ Testing --- Thanks, Miklos Gergely

[jira] [Created] (HIVE-23274) Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1

2020-04-22 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23274: - Summary: Move q tests to TestMiniLlapLocal from TestCliDriver where the output is different, batch 1 Key: HIVE-23274 URL: https://issues.apache.org/jira/browse/HIVE-23274

[jira] [Created] (HIVE-23273) Add fix order to cbo_limit.q queries + improve readability

2020-04-22 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23273: - Summary: Add fix order to cbo_limit.q queries + improve readability Key: HIVE-23273 URL: https://issues.apache.org/jira/browse/HIVE-23273 Project: Hive

[jira] [Created] (HIVE-23264) Make partition_wise_fileformat12.q deterministic with order by clauses

2020-04-21 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23264: - Summary: Make partition_wise_fileformat12.q deterministic with order by clauses Key: HIVE-23264 URL: https://issues.apache.org/jira/browse/HIVE-23264 Project: Hive

[jira] [Created] (HIVE-23263) Add fix order to cbo_rp_limit.q queries + improve readability

2020-04-21 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23263: - Summary: Add fix order to cbo_rp_limit.q queries + improve readability Key: HIVE-23263 URL: https://issues.apache.org/jira/browse/HIVE-23263 Project: Hive

[jira] [Created] (HIVE-23257) Fix flaky test TestMiniLlapLocalCliDriver[schema_evol_par_vec_table_non_dictionary_encoding.q]

2020-04-20 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23257: - Summary: Fix flaky test TestMiniLlapLocalCliDriver[schema_evol_par_vec_table_non_dictionary_encoding.q] Key: HIVE-23257 URL: https://issues.apache.org/jira/browse/HIVE-23257

[jira] [Created] (HIVE-23256) Fix flaky test TestMiniLlapLocalCliDriver[schema_evol_par_vec_table_dictionary_encoding.q]

2020-04-20 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23256: - Summary: Fix flaky test TestMiniLlapLocalCliDriver[schema_evol_par_vec_table_dictionary_encoding.q] Key: HIVE-23256 URL: https://issues.apache.org/jira/browse/HIVE-23256

[jira] [Created] (HIVE-23255) Fix flaky test TestMiniLlapLocalCliDriver[temp_table_multi_insert_partitioned.q]

2020-04-20 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23255: - Summary: Fix flaky test TestMiniLlapLocalCliDriver[temp_table_multi_insert_partitioned.q] Key: HIVE-23255 URL: https://issues.apache.org/jira/browse/HIVE-23255

[jira] [Created] (HIVE-23245) Ensure result order for partition_date.q partition_timestamp.q queries

2020-04-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23245: - Summary: Ensure result order for partition_date.q partition_timestamp.q queries Key: HIVE-23245 URL: https://issues.apache.org/jira/browse/HIVE-23245 Project: Hive

[jira] [Created] (HIVE-23244) Extract Create View analyzer from SemanticAnalyzer

2020-04-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23244: - Summary: Extract Create View analyzer from SemanticAnalyzer Key: HIVE-23244 URL: https://issues.apache.org/jira/browse/HIVE-23244 Project: Hive Issue Type

[jira] [Created] (HIVE-23243) Accept SQL type like pattern for Show Databases

2020-04-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23243: - Summary: Accept SQL type like pattern for Show Databases Key: HIVE-23243 URL: https://issues.apache.org/jira/browse/HIVE-23243 Project: Hive Issue Type

[jira] [Created] (HIVE-23242) Fix flaky tests testHouseKeepingThreadExistence in TestMetastoreHousekeepingLeaderEmptyConfig and TestMetastoreHousekeepingLeader

2020-04-19 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23242: - Summary: Fix flaky tests testHouseKeepingThreadExistence in TestMetastoreHousekeepingLeaderEmptyConfig and TestMetastoreHousekeepingLeader Key: HIVE-23242 URL: https

  1   2   3   >