[hive] branch dependabot/maven/standalone-metastore/org.eclipse.jetty-jetty-server-10.0.14 created (now 24083833407)

2023-04-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/standalone-metastore/org.eclipse.jetty-jetty-server-10.0.14
in repository https://gitbox.apache.org/repos/asf/hive.git


  at 24083833407 Bump jetty-server in /standalone-metastore

No new revisions were added by this update.



[hive] branch dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14 created (now 59af48221b1)

2023-04-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
in repository https://gitbox.apache.org/repos/asf/hive.git


  at 59af48221b1 Bump jetty-server from 9.4.40.v20210413 to 10.0.14

No new revisions were added by this update.



[hive] branch dependabot/maven/itests/qtest-druid/org.eclipse.jetty-jetty-server-10.0.14 created (now e8386b959b8)

2023-04-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/itests/qtest-druid/org.eclipse.jetty-jetty-server-10.0.14
in repository https://gitbox.apache.org/repos/asf/hive.git


  at e8386b959b8 Bump jetty-server in /itests/qtest-druid

No new revisions were added by this update.



[hive] branch branch-3 updated (cd4e37e29d6 -> 655b88621b5)

2023-04-18 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository.

vihangk1 pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git


from cd4e37e29d6  HIVE-27249: Backport HIVE-23619 to branch-3 (Aman Raj 
reviewed by Vihang Karajgaonkar)
 add 655b88621b5 HIVE-27261: Backport HIVE-27258 to branch-3 (Vihang 
Karajgaonkar, reviewed by Junlin Zeng and Aman Raj)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java| 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)



[hive] branch master updated (0acf61c576f -> 092c6d4ab62)

2023-04-18 Thread veghlaci05
This is an automated email from the ASF dual-hosted git repository.

veghlaci05 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


from 0acf61c576f HIVE-23682 : TestMetrics is flaky (Kirti Ruge, reviewed by 
Laszlo Vegh)
 add 092c6d4ab62 HIVE-25289 : Fix external_jdbc_table3 and 
external_jdbc_table4 (Kirti Ruge, reviewed by Laszlo Vegh)

No new revisions were added by this update.

Summary of changes:
 ql/src/test/queries/clientpositive/external_jdbc_table3.q | 1 -
 ql/src/test/queries/clientpositive/external_jdbc_table4.q | 1 -
 2 files changed, 2 deletions(-)



[hive] branch master updated: HIVE-23682 : TestMetrics is flaky (Kirti Ruge, reviewed by Laszlo Vegh)

2023-04-18 Thread veghlaci05
This is an automated email from the ASF dual-hosted git repository.

veghlaci05 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 0acf61c576f HIVE-23682 : TestMetrics is flaky (Kirti Ruge, reviewed by 
Laszlo Vegh)
0acf61c576f is described below

commit 0acf61c576fe02afbdf762584e17b66810313931
Author: rkirtir <111496669+rkir...@users.noreply.github.com>
AuthorDate: Tue Apr 18 19:16:12 2023 +0530

HIVE-23682 : TestMetrics is flaky (Kirti Ruge, reviewed by Laszlo Vegh)
---
 .../test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
 
b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
index 2fad1e50ff4..9d3e8b10ca1 100644
--- 
a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
+++ 
b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
@@ -45,7 +45,7 @@ import org.junit.experimental.categories.Category;
 
 import static org.hamcrest.MatcherAssert.assertThat;
 
-@org.junit.Ignore("flaky HIVE-23682")
+
 @Category(MetastoreUnitTest.class)
 public class TestMetrics {
   private static final long REPORT_INTERVAL = 1;



[hive] branch master updated (796c909f7bf -> f6ac8d480f9)

2023-04-18 Thread zabetak
This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


from 796c909f7bf HIVE-27203: Add compaction Qtest for Insert-only, 
Partitioned, Clustered, and combination ACID Tables (Akshat Matur, reviewed by 
Laszlo Vegh, Sourabh Badhya, Kirti Ruge)
 add f6ac8d480f9 HIVE-27199: Read TIMESTAMP WITH LOCAL TIME ZONE columns 
from text files using custom formats (Stamatis Zampetakis reviewed by Ayush 
Saxena, John Sherman, Attila Turóczy)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/common/type/TimestampTZUtil.java   |   6 +-
 .../apache/hive/common/util/TimestampParser.java   |  19 +++
 data/files/timestamps_mixed_formats.txt|  20 +++
 .../queries/clientpositive/timestamptz_formats.q   |  21 +++
 .../clientpositive/llap/timestamptz_formats.q.out  | 160 +
 .../hive/serde2/lazy/LazyTimestampLocalTZ.java |   7 +-
 .../LazyPrimitiveObjectInspectorFactory.java   |   5 +-
 .../LazyTimestampLocalTZObjectInspector.java   |  15 ++
 8 files changed, 245 insertions(+), 8 deletions(-)
 create mode 100644 data/files/timestamps_mixed_formats.txt
 create mode 100644 ql/src/test/queries/clientpositive/timestamptz_formats.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/timestamptz_formats.q.out



[hive] branch master updated: HIVE-27203: Add compaction Qtest for Insert-only, Partitioned, Clustered, and combination ACID Tables (Akshat Matur, reviewed by Laszlo Vegh, Sourabh Badhya, Kirti Ruge)

2023-04-18 Thread veghlaci05
This is an automated email from the ASF dual-hosted git repository.

veghlaci05 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 796c909f7bf HIVE-27203: Add compaction Qtest for Insert-only, 
Partitioned, Clustered, and combination ACID Tables (Akshat Matur, reviewed by 
Laszlo Vegh, Sourabh Badhya, Kirti Ruge)
796c909f7bf is described below

commit 796c909f7bfa35d8594a4d916b5db9d43f350c2d
Author: Akshat Mathur 
AuthorDate: Tue Apr 18 12:59:39 2023 +0530

HIVE-27203: Add compaction Qtest for Insert-only, Partitioned, Clustered, 
and combination ACID Tables (Akshat Matur, reviewed by Laszlo Vegh, Sourabh 
Badhya, Kirti Ruge)
---
 .../test/resources/testconfiguration.properties|  10 +-
 .../compaction_query_based_insert_only_clustered.q |  33 +++
 ...ction_query_based_insert_only_clustered_minor.q |  33 +++
 ...ompaction_query_based_insert_only_partitioned.q |  41 
 ...query_based_insert_only_partitioned_clustered.q |  42 
 ...based_insert_only_partitioned_clustered_minor.q |  42 
 ...ion_query_based_insert_only_partitioned_minor.q |  41 
 .../compaction_query_based_partitioned.q   |  41 
 .../compaction_query_based_partitioned_minor.q |  41 
 ...paction_query_based_insert_only_clustered.q.out | 148 ++
 ...n_query_based_insert_only_clustered_minor.q.out | 148 ++
 ...ction_query_based_insert_only_partitioned.q.out | 216 
 ...y_based_insert_only_partitioned_clustered.q.out | 218 
 ...d_insert_only_partitioned_clustered_minor.q.out | 218 
 ...query_based_insert_only_partitioned_minor.q.out | 216 
 .../llap/compaction_query_based_partitioned.q.out  | 226 +
 .../compaction_query_based_partitioned_minor.q.out | 226 +
 17 files changed, 1939 insertions(+), 1 deletion(-)

diff --git a/itests/src/test/resources/testconfiguration.properties 
b/itests/src/test/resources/testconfiguration.properties
index b85c50bc098..f08b2c00e2a 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -423,5 +423,13 @@ compaction.query.files=\
   compaction_query_based_clustered.q,\
   compaction_query_based_clustered_minor.q,\
   compaction_query_based_insert_only.q,\
+  compaction_query_based_insert_only_clustered.q,\
+  compaction_query_based_insert_only_clustered_minor.q,\
   compaction_query_based_insert_only_minor.q,\
-  compaction_query_based_minor.q
+  compaction_query_based_insert_only_partitioned.q,\
+  compaction_query_based_insert_only_partitioned_clustered.q,\
+  compaction_query_based_insert_only_partitioned_clustered_minor.q,\
+  compaction_query_based_insert_only_partitioned_minor.q,\
+  compaction_query_based_minor.q,\
+  compaction_query_based_partitioned.q,\
+  compaction_query_based_partitioned_minor.q
diff --git 
a/ql/src/test/queries/clientpositive/compaction_query_based_insert_only_clustered.q
 
b/ql/src/test/queries/clientpositive/compaction_query_based_insert_only_clustered.q
new file mode 100644
index 000..33f204d8987
--- /dev/null
+++ 
b/ql/src/test/queries/clientpositive/compaction_query_based_insert_only_clustered.q
@@ -0,0 +1,33 @@
+--! qt:replace:/createTime:(\d+)/#Masked#/
+--! qt:replace:/location:(\S+)/#Masked#/
+--! qt:replace:/lastAccessTime:(\d+)/#Masked#/
+--! qt:replace:/ownerType:(\S*)/#Masked#/
+--! qt:replace:/owner:(\S*)/#Masked#/
+--! qt:replace:/skewedColValueLocationMaps:(\S*)/#Masked#/
+--! qt:replace:/transient_lastDdlTime=(\d+)/#Masked#/
+--! qt:replace:/totalSize=(\d+)/#Masked#/
+--! qt:replace:/rawDataSize=(\d+)/#Masked#/
+--! qt:replace:/writeId:(\d+)/#Masked#/
+--! qt:replace:/bucketing_version=(\d+)/#Masked#/
+--! qt:replace:/id:(\d+)/#Masked#/
+
+DROP TABLE IF EXISTS orc_bucketed;
+
+create table orc_bucketed (a int, b string) clustered by (a) into 3 buckets 
stored as orc TBLPROPERTIES('transactional'='true', 
'transactional_properties'='insert_only');
+
+insert into orc_bucketed values('1', 'text1');
+insert into orc_bucketed values('2', 'text2');
+insert into orc_bucketed values('3', 'text3');
+insert into orc_bucketed values('4', 'text4');
+insert into orc_bucketed values('5', 'text5');
+insert into orc_bucketed values('6', 'text6');
+insert into orc_bucketed values('7', 'text7');
+insert into orc_bucketed values('8', 'text8');
+insert into orc_bucketed values('9', 'text9');
+insert into orc_bucketed values('10', 'text10');
+
+describe extended orc_bucketed;
+alter table orc_bucketed compact 'MAJOR' and wait;
+analyze table orc_bucketed compute statistics;
+
+describe extended orc_bucketed;
diff --git 
a/ql/src/test/queries/clientpositive/compaction_query_based_insert_only_clustered_minor.q
 
b/ql/src/test/queries/clientpositive/compaction_query_based_insert_only_clustered_minor.q
new file