HCatalog tests create test output inside source code folders fails rat

2020-06-14 Thread Jagat Singh
Hello all, Currently, this line makes test output data to be produced inside the folders which are not under rat exclude condition, This makes the rat checks due to the absence of License files. Is this intentional or should it be fixed? Ideally, the test output data should not stay inside the cur

Re: Testing Hive 4.0.0-SNAPSHOT with Hadoop 3.2.1 and Spark 3.0.0-preview2

2020-06-14 Thread David Lavati
Hi Jagat, Thanks for your initiative. Here's my two cents: For the Hadoop bump feel free to use/assign to yourself one of the existing jiras which are inactive: https://issues.apache.org/jira/browse/HIVE-22307 This was blocked by guava though, so once you open a PR, the tests will reveal whether

[jira] [Created] (HIVE-23688) Vectorization: IndexArrayOutOfBoundsException For map type column which includes null value

2020-06-14 Thread Jira
范宜臻 created HIVE-23688: -- Summary: Vectorization: IndexArrayOutOfBoundsException For map type column which includes null value Key: HIVE-23688 URL: https://issues.apache.org/jira/browse/HIVE-23688 Project: Hive

Testing Hive 4.0.0-SNAPSHOT with Hadoop 3.2.1 and Spark 3.0.0-preview2

2020-06-14 Thread Jagat Singh
Hello everyone, I was playing with the latest source code of Hive, my goal is to make Hadoop, Hive, Spark to work with the latest version of each other. Locally, I made and ran full tests to make it run with Hadoop 3.2.1 Spark 3.0.0-preview2 Tez 0.9.2 I ran the following maven command to ensure