[hive] branch master updated (64af144 -> 1c7f2cc)

2021-02-19 Thread kgyrtkirk
This is an automated email from the ASF dual-hosted git repository.

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


from 64af144  HIVE-24726: Track required data for cache hydration (Antal 
Sinkovits, reviewed by Adam Szita)
 add 1c7f2cc  HIVE-24645: Call configure for UDFs after fetch task 
conversion (#1876) (John Sherman reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../test/resources/testconfiguration.properties|  1 +
 .../hive/ql/udf/generic/TestConfigureUDF.java  | 27 +--
 .../hive/ql/exec/ExprNodeGenericFuncEvaluator.java | 38 ++
 .../apache/hadoop/hive/ql/exec/MapredContext.java  | 10 ++
 ql/src/test/queries/clientpositive/udf_configure.q |  8 +
 .../clientpositive/llap/udf_configure.q.out| 34 +++
 6 files changed, 108 insertions(+), 10 deletions(-)
 copy 
ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFBucketNumber.java 
=> 
itests/util/src/main/java/org/apache/hadoop/hive/ql/udf/generic/TestConfigureUDF.java
 (72%)
 create mode 100644 ql/src/test/queries/clientpositive/udf_configure.q
 create mode 100644 ql/src/test/results/clientpositive/llap/udf_configure.q.out



[hive] branch master updated (210c4dc -> 64af144)

2021-02-19 Thread szita
This is an automated email from the ASF dual-hosted git repository.

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


from 210c4dc  HIVE-24725: Collect top priority items from llap cache policy 
(Antal Sinkovits, reviewed by Adam Szita)
 add 64af144  HIVE-24726: Track required data for cache hydration (Antal 
Sinkovits, reviewed by Adam Szita)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |  3 +
 .../hadoop/hive/llap/cache/BaseLlapDataBuffer.java |  3 +
 .../apache/hadoop/hive/llap/cache/FileCache.java   | 12 +++-
 .../hadoop/hive/llap/cache/LlapDataBuffer.java | 14 +
 .../hadoop/hive/llap/cache/LowLevelCacheImpl.java  |  1 +
 .../hive/llap/cache/MemoryLimitedPathCache.java| 70 ++
 .../PathCache.java}| 22 ---
 .../hadoop/hive/llap/io/api/impl/LlapIoImpl.java   |  6 +-
 .../llap/io/decode/OrcColumnVectorProducer.java|  7 ++-
 .../hive/llap/io/encoded/OrcEncodedDataReader.java |  6 +-
 .../hadoop/hive/llap/cache/TestFileCache.java} | 27 +
 .../hive/llap/cache/TestLowLevelCacheImpl.java | 16 +
 .../llap/cache/TestMemoryLimitedPathCache.java | 69 +
 13 files changed, 229 insertions(+), 27 deletions(-)
 create mode 100644 
llap-server/src/java/org/apache/hadoop/hive/llap/cache/MemoryLimitedPathCache.java
 copy 
llap-server/src/java/org/apache/hadoop/hive/llap/{daemon/SchedulerFragmentCompletingListener.java
 => cache/PathCache.java} (57%)
 copy 
llap-server/src/{java/org/apache/hadoop/hive/llap/cache/BaseLlapDataBuffer.java 
=> test/org/apache/hadoop/hive/llap/cache/TestFileCache.java} (59%)
 create mode 100644 
llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestMemoryLimitedPathCache.java



[hive] branch master updated (6eed0a7 -> 210c4dc)

2021-02-19 Thread szita
This is an automated email from the ASF dual-hosted git repository.

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


from 6eed0a7  HIVE-24693: Convert timestamps to zoned times without string 
operations (David Mollitor reviewed by Panagiotis Garefalakis))
 add 210c4dc  HIVE-24725: Collect top priority items from llap cache policy 
(Antal Sinkovits, reviewed by Adam Szita)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   3 +
 .../hive/llap/cache/LowLevelCachePolicy.java   |  12 +-
 .../hive/llap/cache/LowLevelLrfuCachePolicy.java   |  62 +++
 .../llap/cache/TestLowLevelLrfuCachePolicy.java| 123 -
 4 files changed, 196 insertions(+), 4 deletions(-)



[hive] branch master updated (ffcc399 -> 6eed0a7)

2021-02-19 Thread dmollitor
This is an automated email from the ASF dual-hosted git repository.

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


from ffcc399  HIVE-24785: Fix HIVE_COMPACTOR_COMPACT_MM property (Peter 
Varga reviewed by Karen Coppage, Denys Kuzmenko)
 add 6eed0a7  HIVE-24693: Convert timestamps to zoned times without string 
operations (David Mollitor reviewed by Panagiotis Garefalakis))

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/common/type/Date.java   | 63 
 .../apache/hadoop/hive/common/type/Timestamp.java  | 87 ++
 .../hadoop/hive/common/type/TimestampTZUtil.java   |  9 ++-
 .../results/clientpositive/llap/udf_mask.q.out |  2 +-
 .../clientpositive/llap/udf_mask_first_n.q.out |  2 +-
 .../clientpositive/llap/udf_mask_last_n.q.out  |  2 +-
 .../llap/udf_mask_show_first_n.q.out   |  2 +-
 .../clientpositive/llap/udf_mask_show_last_n.q.out |  2 +-
 8 files changed, 113 insertions(+), 56 deletions(-)



[hive] branch master updated (20b0012 -> ffcc399)

2021-02-19 Thread pvarga
This is an automated email from the ASF dual-hosted git repository.

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


from 20b0012  HIVE-24733: Handle replication when db location and managed 
location is set to custom location on source (Pravin Kumar Sinha, reviewed by 
Aasha Medhi)
 add ffcc399  HIVE-24785: Fix HIVE_COMPACTOR_COMPACT_MM property (Peter 
Varga reviewed by Karen Coppage, Denys Kuzmenko)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/Initiator.java|  6 
 .../ql/txn/compactor/QueryCompactorFactory.java| 12 +---
 .../hive/ql/txn/compactor/TestInitiator.java   | 32 ++
 .../hadoop/hive/ql/txn/compactor/TestWorker.java   | 24 
 4 files changed, 70 insertions(+), 4 deletions(-)