Fwd: Is Hive accepting patches for 2.3.x?

2020-05-12 Thread Panos Garefalakis
Hey Shashank, Please check Zoltans' response below -- you might have missed it if you are not subscribed to the dev mailing-list. Cheers, Panagiotis -- Forwarded message - From: Zoltán Haindrich Date: Sun, May 10, 2020 at 12:20 PM Subject: Re: Is Hive accepting patches for 2.3.x

Is Hive accepting patches for 2.3.x?

2020-05-12 Thread Shashank Pedamallu
Hi all, I'm Shashank and I work as a software engineer in the Data Platform team at Lyft. We are using the 2.3.6 version of Hive. We have made some changes in the Hive codebase (improve build time by adding parallelism to unit-tests, etc). I wanted to check if the open-source community is acceptin

union distinct and complex types (maps)

2020-05-12 Thread Patrick Duin
Hi, I've got a question is doing a union distinct on a column with a 'map' type fully supported? We've seen in Spark that it is not and Spark throws an exception. Hive seems fine but we were wondering if anyone ever had any issues with this (we're on hive 2.3.x). Any pointers on where in the code