Nothing that I can point to, so this may only be a problem in test scope. I am looking at a problem where some UDFs that run with 0.12 fail with 0.13; but that problem is already present in Spark 1.2.x, so it's not a blocking regression for 1.3. (Very likely a HiveFunctionWrapper serde problem, but I haven't run it to ground yet.)
On Mon, Feb 23, 2015 at 12:18 PM, Michael Armbrust <mich...@databricks.com> wrote: > On Sun, Feb 22, 2015 at 11:20 PM, Mark Hamstra <m...@clearstorydata.com> > wrote: > >> So what are we expecting of Hive 0.12.0 builds with this RC? I know not >> every combination of Hadoop and Hive versions, etc., can be supported, but >> even an example build from the "Building Spark" page isn't looking too >> good >> to me. >> > > I would definitely expect this to build and we do actually test that for > each PR. We don't yet run the tests for both versions of Hive and thus > unfortunately these do get out of sync. Usually these are just problems > diff-ing golden output or cases where we have added a test that uses a > feature not available in hive 12. > > Have you seen problems with using Hive 12 outside of these test failures? >