-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40344/
-----------------------------------------------------------

(Updated Nov. 17, 2015, 11:22 a.m.)


Review request for hive.


Changes
-------

Code change summary. 
Renamed:
datanucleus.validateTables ---> datanucleus.schema.validateTables
datanucleus.validateColumns ---> datanucleus.schema.validateColumns
datanucleus.validateConstraints ---> datanucleus.schema.validateConstraints
datanucleus.autoCreateSchema ---> datanucleus.schema.autoCreateAll

Deleted:
datanucleus.fixedDatastore


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 21ba690 
  beeline/src/test/resources/hive-site.xml b2347c7 
  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 425c7d9 
  data/conf/hive-site.xml d15cc17 
  data/conf/llap/hive-site.xml becb5b2 
  data/conf/spark/standalone/hive-site.xml 38d0832 
  data/conf/spark/yarn-client/hive-site.xml ada3f3b 
  data/conf/tez/hive-site.xml d008ad1 
  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 
  metastore/scripts/upgrade/mssql/README 8e5a33e 
  pom.xml 4a90cef 
  ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java de2eb98 

Diff: https://reviews.apache.org/r/40344/diff/


Testing
-------


Thanks,

Oleksiy Sayankin

Reply via email to