----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40344/ -----------------------------------------------------------
(Updated Dec. 7, 2015, 10:16 a.m.) Review request for hive. Changes ------- Added Sergey's reflection code that makes Hive to be able to downgrade the DN JAR. Repository: hive-git Description ------- Bugs in DataNucleus and MySQL Connector! Any Hive user will potentially hit the problem. My SELECT query got incorrect results because JDOQLQuery.compileQueryFull swallowed the fatal datastore exception when it called RDBMSQueryUtils.getStatementForCandidates. This is a bug in RDBMSQueryUtils.getStatementForCandidates or its caller(s). Diffs (updated) ----- beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java 53dfa1d beeline/src/test/resources/hive-site.xml 615d4ed common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 803d52b data/conf/hive-site.xml 2ebb1c4 data/conf/llap/hive-site.xml 9440611 data/conf/spark/standalone/hive-site.xml 459b52e data/conf/spark/yarn-client/hive-site.xml bdab294 data/conf/tez/hive-site.xml a056ced hcatalog/src/test/e2e/templeton/deployers/config/hive/hive-site.mssql.xml 8473d99 hcatalog/src/test/e2e/templeton/deployers/config/hive/hive-site.mysql.xml b6f1ab7 itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestMetastoreVersion.java fba315d itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java 9c8cf02 metastore/pom.xml 8467e51 metastore/scripts/upgrade/mssql/README 8e5a33e pom.xml a2ea91e ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java dacb80f Diff: https://reviews.apache.org/r/40344/diff/ Testing ------- Thanks, Oleksiy Sayankin