[hive] branch master updated: HIVE-22945: Hive ACID Data Corruption: Update command mess the other column data and produces incorrect result (Denys Kuzmenko, reviewed by Peter Vary)

2020-03-11 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 29eff98 HIVE-22945: Hive ACID Data Corruption

[hive] branch master updated: HIVE-22906: Redundant checkLock Mutex blocks concurrent Lock requests (Denys Kuzmenko, reviewed by Peter Vary)

2020-03-11 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 326f311 HIVE-22906: Redundant checkLock Mutex

[hive] branch master updated: HIVE-23067: Use batch DB calls in TxnHandler for commitTxn and abortTxns (Marton Bod reviwed by Peter Vary and Denys Kuzmenko)

2020-04-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 9e8ce3f HIVE-23067: Use batch DB calls

[hive] branch master updated: HIVE-22750: Consolidate LockType naming (Marton Bod via Denys Kuzmenko)

2020-04-16 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new c004341 HIVE-22750: Consolidate LockType

[hive] branch master updated: HIVE-23032: Add batching in Lock generation (Denys Kuzmenko, reviewed by Peter Vary)

2020-03-30 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new acb1bd1 HIVE-23032: Add batching in Lock

[hive] branch master updated: HIVE-23045: Zookeeper SSL/TLS support (Peter Varga via Denys Kuzmenko)

2020-03-26 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 7a12616 HIVE-23045: Zookeeper SSL/TLS support

[hive] branch master updated: HIVE-23311: Fix ValidTxnManager regression (Peter Varga, reviewed by Peter Vary)

2020-05-05 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new be9e50f HIVE-23311: Fix ValidTxnManager

[hive] branch master updated: HIVE-23201: Improve logging in locking (Marton Bod via Denys Kuzmenko)

2020-04-28 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 256a52a HIVE-23201: Improve logging

[hive] branch master updated: HIVE-23293: Locks: Implement zero-wait readers (Denys Kuzmenko reviewed by Marton Bod, Peter Vary)

2020-04-30 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 36cc7bc HIVE-23293: Locks: Implement zero

[hive] branch master updated: HIVE-23048: Use sequences for TXN_ID generation (Peter Varga reviewed by Peter Vary, Denys Kuzmenko)

2020-04-30 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 252fcea HIVE-23048: Use sequences for TXN_ID

[hive] branch master updated: IVE-23325: Consolidate acid-related cleanup tasks (Marton Bod, reviewed by Denys Kuzmenko)

2020-05-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 9a889d8 IVE-23325: Consolidate acid-related

[hive] branch master updated: Revert "IVE-23325: Consolidate acid-related cleanup tasks (Marton Bod, reviewed by Denys Kuzmenko)"

2020-05-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 4c54086 Revert "IVE-23325: Consolidate

[hive] branch master updated: HIVE-23325: Consolidate acid-related cleanup tasks (Marton Bod, reviewed by Denys Kuzmenko)

2020-05-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new f349b8c HIVE-23325: Consolidate acid-related

[hive] branch master updated: HIVE-23349: ACID: Concurrent MERGE INSERT operations produce duplicates (Denys Kuzmenko, reviewed by Marton Bod, Peter Varga, Peter Vary)

2020-05-11 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new ffba728 HIVE-23349: ACID: Concurrent MERGE

[hive] branch master updated: HIVE-23234: Optimize TxnHandler::allocateTableWriteIds (Marton Bod reviewed by Peter Vary, Denys Kuzmenko)

2020-05-19 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 2f7a607 HIVE-23234: Optimize TxnHandler

[hive] branch master updated: HIVE-22888: Rewrite checkLock inner select with JOIN operator (Denys Kuzmenko, reviewed by Peter Vary)

2020-03-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 95176bb HIVE-22888: Rewrite checkLock inner

[hive] branch master updated: HIVE-24125: Incorrect transaction snapshot invalidation with unnecessary writeset check for exclusive operations (Denys Kuzmenko, reviewed by Peter Varga and Peter Vary)

2020-09-09 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new a67485b HIVE-24125: Incorrect transaction

[hive] branch master updated (041b9c2 -> cbd4a6b)

2020-10-06 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 041b9c2 HIVE-24209 : Incorrect search argument conversion for NOT BETWEEN operation when vectorization is enabled

[hive] branch master updated (041b9c2 -> cbd4a6b)

2020-10-06 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 041b9c2 HIVE-24209 : Incorrect search argument conversion for NOT BETWEEN operation when vectorization is enabled

[hive] branch master updated (041b9c2 -> cbd4a6b)

2020-10-06 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 041b9c2 HIVE-24209 : Incorrect search argument conversion for NOT BETWEEN operation when vectorization is enabled

[hive] branch master updated (bce5c32 -> 9e73028)

2020-09-17 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from bce5c32 ignore test add 9e73028 HIVE-24150: Refactor CommitTxnRequest field order (Denys Kuzmenko, reviewed

[hive] branch master updated: HIVE-23837: Configure StorageHandlers if FileSinkOperator is child of MergeJoinWork (Peter Varga, reviewed by Denys Kuzmenko)

2020-07-17 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 8719afa HIVE-23837: Configure StorageHandlers

[hive] branch master updated (2544723 -> 87bce4b)

2020-08-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 2544723 HIVE-23951: Support parameterized queries in WHERE/HAVING clause (Vineet Garg, reviewed by Jesus Camacho

[hive] branch master updated: HIVE-23324: Parallelise compaction directory cleaning process (Adesh Kumar Rao, reviewed by Peter Vary, Beluga Behr, Sankar Hariappan, Denys Kuzmenko)

2020-07-31 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new a206833 HIVE-23324: Parallelise compaction

[hive] branch master updated: HIVE-23832: Compaction cleaner fails to clean up deltas when using blocking compaction (Denys Kuzmenko, reviewed by Laszlo Pinter)

2020-07-14 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new ac8cc9b HIVE-23832: Compaction cleaner fails

[hive] branch master updated: HIVE-23503: ValidTxnManager doesn't consider txns opened and committed between snapshot generation and locking when evaluating ValidTxnListState (Denys Kuzmenko, reviewed

2020-06-19 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new e7116e9 HIVE-23503: ValidTxnManager doesn't

[hive] branch master updated (9dc931e -> 83a60b3)

2020-06-26 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 9dc931e HIVE-23444: Concurrent ACID direct inserts may fail with FileNotFoundException (#1170) add 83a60b3

[hive] branch master updated (83a60b3 -> e2a02f1)

2020-06-26 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 83a60b3 HIVE-23759: refactor field order of CommitTxnRequest (#1176) add e2a02f1 HIVE-23725: ValidTxnManager

[hive] branch master updated: HIVE-23340: TxnHandler cleanup (Peter Varga, reviewed by Denys Kuzmenko)

2020-06-12 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 56e59ed HIVE-23340: TxnHandler cleanup (Peter

[hive] branch master updated: HIVE-22869: Add locking benchmark to metastore-tools/metastore-benchmarks (Zoltan Chovan, reviewed by Denys Kuzmenko)

2020-07-20 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 764e5ed HIVE-22869: Add locking benchmark

[hive] branch master updated (347a662 -> 5ab7312)

2021-01-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 347a662 HIVE-24570: Hive on spark tmp file should be delete when driver process finished (#1816) (Long Zhao

[hive] branch master updated (aa7969e -> 5a95d2e)

2020-12-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from aa7969e HIVE-24489: TPC-DS dockerized tests fail due to stale entries in MIN_HISTORY_LEVEL metastore table

[hive] branch master updated (e1d1b2e -> ee8663e)

2020-12-04 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from e1d1b2e HIVE-21588: Remove HBase dependency from hive-metastore (#1723) add ee8663e HIVE-24403: change

[hive] branch master updated (c70765c -> a1c6127)

2020-12-13 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from c70765c HIVE-24482: Set advanced write Id during add constraint DDL tasks (Kishen Das, reviewed by Miklos Gergely

[hive] branch master updated (9037f8a -> c1010a1)

2020-11-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 9037f8a HIVE-24377: Instant deallocation option for proactive cache eviction (Adam Szita, reviewed by Antal

[hive] branch master updated: HIVE-24374: Do not remove metadata for aborted writes that were batched with valid ones in the same delta file (Denys Kuzmenko, reviewed by Peter Varga, Karen Coppage)

2020-11-12 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 4fea5da HIVE-24374: Do not remove metadata

[hive] branch master updated: HIVE-24291: Compaction cleaner should wait for all prev txn to commit (Peter Varga, reviewed by Karen Coppage, Denys Kuzmenko)

2020-11-02 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new e305109 HIVE-24291: Compaction cleaner should

[hive] branch master updated (6cca266 -> b7f3965)

2020-10-21 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 6cca266 HIVE-24256: quote NWI_TABLE column in TxnHandler (Viacheslav Avramenko reviewed by Miklos Gergely

[hive] branch master updated (6cca266 -> b7f3965)

2020-10-21 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 6cca266 HIVE-24256: quote NWI_TABLE column in TxnHandler (Viacheslav Avramenko reviewed by Miklos Gergely

[hive] branch master updated (89073a9 -> c934369)

2021-01-18 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 89073a9 HIVE-24514: UpdateMDatabaseURI does not update managed location URI (#1761) add c934369 HIVE-24630

[hive] branch master updated (1d5e6bd -> 3508b26)

2021-01-20 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 1d5e6bd HIVE-24278: Implement an UDF for throwing exception in arbitrary vertex (#1817) (Laszlo Bodor reviewed

[hive] branch master updated (6deef2c -> ccb6abc)

2021-01-13 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 6deef2c HIVE-24203: Implement stats annotation rule for the LateralViewJoinOperator (#1531) add ccb6abc

[hive] branch master updated (b3803a3 -> fa987bd)

2021-01-26 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from b3803a3 HIVE-24637 make Tez progress log interval configurable (#1870) (Johan Gustavsson reviewed by Zoltan

[hive] branch master updated (b6977a1 -> 570f0a1)

2021-06-22 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from b6977a1 HIVE-25240: Query Text based MaterializedView rewrite of subqueries (Krisztian Kasa, reviewed by Jesus

[hive] branch master updated (71d0b64 -> 6aceb75)

2021-06-25 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 71d0b64 HIVE-25283: Schema evolution fails on output mismatch after alter table (Stephen Carlin, reviewed

[hive] branch master updated (e7a31c6 -> 04c0983)

2021-05-14 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from e7a31c6 HIVE-24596: Explain DDL For Debugging (#2033) add 04c0983 HIVE-25116: Exclude slf4j from hive-exec

[hive] branch master updated (4ba8f33 -> 328d197)

2021-05-18 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 4ba8f33 HIVE-25088: Create qtest-iceberg module inside itests (#2239) (Laszlo Pinter, reviewed by Adam Szita

[hive] branch master updated (6494f00 -> 01f2344)

2021-04-26 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 6494f00 HIVE-25052: Fix issue when inserting empty result set (#2213) (Marton Bod, reviewed by Peter Vary

[hive] branch master updated (7d77aa1 -> 2601a54)

2021-04-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 7d77aa1 HIVE-25006: Commit Iceberg writes in HiveMetaHook instead of TezAM (Marton Bod reviewed by Peter Vary

[hive] branch master updated (58b05f7 -> 073ca77)

2021-05-04 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 58b05f7 HIVE-25076: Get number of write tasks from jobConf for Iceberg commits (#2233) (Marton Bod, reviewed

[hive] branch master updated (c41fbbd -> 69357e9)

2021-02-09 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from c41fbbd HIVE-23036: [TEST] ORC PPD eval with sub-millisecond timestamps (#1943) (Panagiotis Garefalakis reviewed

[hive] branch master updated (ee4e1f3 -> 08fd61d)

2021-01-27 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from ee4e1f3 HIVE-24569: LLAP daemon leaks file descriptors/log4j appenders (#1858) (Stamatis Zampetakis reviewed

[hive] branch master updated (e67126b -> b8a0e27)

2021-03-24 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from e67126b HIVE-24315. Improve validation and error handling in HPL/SQL (amagyar) (Attila Magyar via Mustafa Iman

[hive] branch master updated (dc526f8 -> ffc87f5)

2021-04-05 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from dc526f8 HIVE-24966: RuntimeException in CBO if HMS stats are modified externally (Jesus Camacho Rodriguez

[hive] branch master updated (a8297fc -> cca0da1)

2021-03-15 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from a8297fc HIVE-24818 : REPL LOAD of views with partitions fails (Anurag Shekhar, reviewed by Pravin Kumar Sinha

[hive] branch master updated (95120bc -> 3e380cc)

2021-03-22 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 95120bc HIVE-24896: External table having same name as dropped managed table fails to replicate (Pravin Kumar

[hive] branch master updated (12b99f7 -> 876ace0)

2021-03-17 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 12b99f7 HIVE-24890: Upgrade the cron-utils library from 8.1.1 to 9.1.3 because of CVE-2020-26238 (#2081) (Abhay

[hive] branch master updated (e429eb7 -> b4f493b)

2021-03-18 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from e429eb7 HIVE-24842: SHOW CREATE TABLE on a VIEW with partition returns wrong sql (Anurag Shekhar, reviewed

[hive] branch master updated (6d8c9aa -> 0182ef3)

2021-04-19 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 6d8c9aa HIVE-24928: In case of iceberg tables use basic statistics provided by the HiveStorageHandler (#2111

[hive] branch master updated (6e56a9c -> 29923da)

2021-04-14 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 6e56a9c HIVE-24854: Incremental MV refresh in presence of update/delete operations (Krisztian Kasa, reviewed

[hive] branch master updated (395cb29 -> 64bb523)

2021-02-22 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 395cb29 Hive 24764: insert overwrite on a partition resets row count stats in other partitions (#1980) add

[hive] branch master updated (e2a0009 -> 7cd3960)

2021-08-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from e2a0009 HIVE-25457: Implement querying Iceberg table metadata (#2589) (Marta Kuczora, reviewed by Peter Vary

[hive] branch master updated (c269041 -> 715f176)

2021-09-10 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from c269041 HIVE-25453: Add LLAP IO support for Iceberg ORC tables (Adam Szita, reviewed by Peter Vary) add

[hive] branch master updated (a4e3552 -> b1a90c6)

2021-09-14 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from a4e3552 HIVE-25501: Provide a filter for removing useless properties from PartitionDesc objects before MapWork

[hive] branch master updated (3e861c5 -> 6589b54)

2021-09-16 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 3e861c5 HIVE-25526: Run create_table Q test from TestCliDriver (#2643) (Laszlo Vegh, reviewed by Laszlo Pinter

[hive] branch master updated (0c3fea9 -> 71583e3)

2021-09-17 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 0c3fea9 HIVE-25527 : LLAP Scheduler task exits with fatal error if the executor node is down. (Mahesh Kumar

[hive] branch master updated (eef2a5d -> 96b39cd)

2021-08-02 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from eef2a5d HIVE-25400: Move the offset updating in BytesColumnVector to setValPreallocated add 96b39cd HIVE

[hive] branch master updated: HIVE-25603: Restore original method signature in VectorizedOrcAcidRowBatchReader.getDeleteDeltaDirsFromSplit (Denys Kuzmenko, reviewed by Peter Vary)

2021-10-13 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 3cf119f HIVE-25603: Restore original method

[hive] branch master updated: HIVE-25346: cleanTxnToWriteIdTable breaks SNAPSHOT isolation (Denys Kuzmenko, reviewed by Peter Vary)

2021-10-20 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 5bd9a14 HIVE-25346: cleanTxnToWriteIdTable

[hive] branch master updated: HIVE-25011: Concurrency: Do not acquire locks for EXPLAIN and initiate implicit transaction for SHOW commands (Denys Kuzmenko, reviewed by Peter Vary, Aasha Medhi)

2021-10-05 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 7a7ba31 HIVE-25011: Concurrency: Do

[hive] branch master updated: HIVE-25688: Non blocking DROP PARTITION implementation (Denys Kuzmenko, reviewed by Peter Vary)

2022-01-05 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 66f7540 HIVE-25688: Non blocking DROP

[hive] branch master updated (989e72a -> c63d58d)

2021-11-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 989e72a HIVE-24390: Spelling fixes - serde (#2802) (Josh Soref reviewed by Zoltan Haindrich) add c63d58d

[hive] branch master updated: HIVE-25631: Initiator speed-up: only read compaction history once per loop (Denys Kuzmenko, reviewed by Karen Coppage)

2021-11-10 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new c3aed16 HIVE-25631: Initiator speed-up: only

[hive] branch master updated: HIVE-25710: Config used to enable non-blocking TRUNCATE is not properly propagated (Denys Kuzmenko, reviewed by Karen Coppage and Peter Vary)

2021-11-30 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new a8e5073 HIVE-25710: Config used to enable non

[hive] branch master updated: HIVE-25781: Restore multi-threaded support in Cleaner after HIVE-25115 (Denys Kuzmenko, reviewed by Karen Coppage)

2021-12-08 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 0e119ea HIVE-25781: Restore multi-threaded

[hive] branch master updated (d50cf2b -> bdf113d)

2021-12-07 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from d50cf2b HIVE-25774: Add ASF license for newly created files in standalone-metastore (Zhihua Deng reviewed

[hive] branch master updated (54a1300 -> 457b6ac)

2021-07-16 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 54a1300 HIVE-25326: Include partitioning info in DESCRIBE TABLE command on Iceberg tables. (#2472) (Laszlo Pinter

[hive] branch master updated (457b6ac -> 53901bd)

2021-07-16 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 457b6ac HIVE-25290: Stabilize TestTxnHandler (Haymant Mangla, reviewed by Denys Kuzmenko) add 53901bd HIVE

[hive] branch master updated (c917aa9 -> c4acd3d)

2021-07-27 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from c917aa9 HIVE-25321: Advance writeid during AlterTableDropPartition (Kishen Das reviewed by Sourabh and Yu-wen

[hive] branch master updated: HIVE-24445: Non blocking DROP table implementation (Denys Kuzmenko, reviewed by Karen Coppage, Peter Vary)

2022-01-12 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 86f6bd4 HIVE-24445: Non blocking DROP table

[hive] branch master updated (6cf9df1 -> ef160aa)

2022-01-13 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 6cf9df1 HIVE-25858: DISTINCT with ORDER BY on ordinals fails with NPE (Krisztian Kasa, reviewed by Zoltan

[hive] branch master updated (d3542e1 -> 1139c4b)

2022-03-09 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from d3542e1 HIVE-25977: Enhance Compaction Cleaner to skip when there is nothing to do #2 (#2971) (Zoltan Haindrich

[hive] branch master updated: HIVE-26051: Non blocking ALTER MATERIALIZED VIEW REWRITE (Denys Kuzmenko, reviewed by Krisztian Kasa)

2022-03-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 7dc821d HIVE-26051: Non blocking ALTER

[hive] branch master updated: HIVE-25904: ObjectStore's updateTableColumnStatistics is not ThreadSafe (Denys Kuzmenko, reviewed by Rajesh Balamohan)

2022-03-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 5d4df61 HIVE-25904: ObjectStore's

[hive] branch master updated: HIVE-26053: Non blocking DROP VIEW (Denys Kuzmenko, reviewed by Peter Vary)

2022-03-23 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 7fc9452 HIVE-26053: Non blocking DROP VIEW

[hive] branch master updated: HIVE-26052: Non blocking DROP MATERIALIZED VIEW implementation (Denys Kuzmenko, reviewed by Krisztian Kasa)

2022-03-24 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new d4d5d88 HIVE-26052: Non blocking DROP

[hive] branch master updated: HIVE-25977: Addendum (Denys Kuzmenko, reviewed by Karen Coppage)

2022-03-28 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 969b450 HIVE-25977: Addendum (Denys Kuzmenko

[hive] branch master updated (d22864f -> b27d3fd)

2022-03-31 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from d22864f HIVE-26067: Remove unused core directory and duplicate DerbyPolicy class (Stamatis Zampetakis, reviewed

[hive] branch master updated: HIVE-25934: Non blocking RENAME PARTITION implementation (Denys Kuzmenko, reviewed by Peter Vary and Rajesh Balamohan)

2022-04-05 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 517eb8c9e3 HIVE-25934: Non blocking RENAME

[hive] branch master updated: HIVE-25956: Non blocking RENAME TABLE implementation (Denys Kuzmenko, reviewed by Laszlo Pinter)

2022-03-21 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new ff26c39 HIVE-25956: Non blocking RENAME TABLE

[hive] branch master updated (73c54c0 -> a6e9363)

2022-03-29 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 73c54c0 HIVE-26077: Implement CTAS for Iceberg tables with partition spec (Peter Vary reviewed by Marton Bod

[hive] branch master updated: HIVE-25777: ACID: Pick the compactor transaction over insert dir (Denys Kuzmenko, reviewed by Karen Coppage)

2022-01-27 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 69aec11 HIVE-25777: ACID: Pick the compactor

[hive] branch master updated (4b7a948 -> 8a718a7)

2022-02-08 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from 4b7a948 HIVE-25766 java.util.NoSuchElementException in HiveFilterProjectTransposeRule if predicate has

[hive] branch master updated (aabe7c6 -> dc6403c)

2022-01-20 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git. from aabe7c6 HIVE-25873: Fix nested partition statements in Explain DDL (#2949) add dc6403c HIVE-25881

[hive] branch master updated: HIVE-26121: Hive transaction rollback should be thread-safe (Denys Kuzmenko, reviewed by Peter Vary)

2022-04-13 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 509f9e0fec HIVE-26121: Hive transaction

[hive] branch master updated: HIVE-27309: Large number of partitions and small files causes OOM in query coordinator (Dmitriy Fingerman, reviewed by Butao Zhang, Denys Kuzmenko)

2023-09-13 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 88bc8269a64 HIVE-27309: Large number

[hive] branch master updated: HIVE-27646: Iceberg: Retry the query when concurrent write fails due to conflicting changes (Simhadri Govindappa, reviewed by Denys Kuzmenko, @suenalaba)

2023-09-22 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 11f9fb8d3ab HIVE-27646: Iceberg: Retry

[hive] branch master updated: HIVE-27526: Cleaner should honor compaction writeIdHwm (Denys Kuzmenko, reviewed by Laszlo Vegh, Sourabh Badhya)

2023-10-02 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new de49826286e HIVE-27526: Cleaner should honor

[hive] branch master updated (076f0ac5d51 -> ec51d3b2d07)

2023-10-10 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git from 076f0ac5d51 HIVE-27597: Implement data connector for Hive to Hive federation over… (#4720) add ec51d3b2d07

[hive] branch master updated: HIVE-27589: Iceberg: Branches of Merge/Update statements should be committed atomically (Simhadri Govindappa, Denys Kuzmenko, reviewed by Krisztian Kasa, Butao Zhang)

2023-08-21 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 3d3acc7a193 HIVE-27589: Iceberg: Branches

  1   2   3   4   >