-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32591/
-----------------------------------------------------------
(Updated March 31, 2015, 11:05 p.m.)
Review request for drill and Aman Sinha.
Changes
-------
add castable from tinyint back
Summary (updated)
-----------------
DRILL-2590: In implicit casting rule, make boolean to be implicitly castable
from BOOLEAN and TINYINT only
Bugs: DRILL-2590
https://issues.apache.org/jira/browse/DRILL-2590
Repository: drill-git
Description (updated)
-------
DRILL-2590: In implicit casting rule, make boolean to be implicitly castable
from BOOLEAN and TINYINT only
Diffs (updated)
-----
exec/java-exec/src/main/java/org/apache/drill/exec/resolver/TypeCastRules.java
8fc6612
exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java 1ebb534
exec/java-exec/src/test/resources/store/json/booleanData.json PRE-CREATION
exec/java-exec/src/test/resources/store/json/intData.json PRE-CREATION
Diff: https://reviews.apache.org/r/32591/diff/
Testing
-------
QA, unit tests
Thanks,
Sean Hsuan-Yi Chu