[ https://issues.apache.org/jira/browse/HIVE-12363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994850#comment-14994850 ]
Ashutosh Chauhan commented on HIVE-12363: ----------------------------------------- {code} mvn test -Dtest=TestMiniTezCliDriver -Dtest.output.overwrite=true -Dqfile=vector_decimal_cast.q -Dhive.optimize.index.filter=true {code} and you get this in diffs: {code} Begin query: vector_decimal_cast.q Running: diff -a /Users/ashutosh/workspace/eclipse-workspace/hive/itests/qtest/../../itests/qtest/target/qfile-results/clientpositive/vector_decimal_cast.q.out /Users/ashutosh/workspace/eclipse-workspace/hive/itests/qtest/../../ql/src/test/results/clientpositive/tez/vector_decimal_cast.q.out 15d14 < filterExpr: (((cdouble is not null and cint is not null) and cboolean1 is not null) and ctimestamp1 is not null) (type: boolean) 32a32,41 > -13326.0 528534767 true 1969-12-31 15:59:46.674 > -13326.0000000000 528534767.00000000000000 1.00 -13 > -15813.0 528534767 true 1969-12-31 15:59:55.787 > -15813.0000000000 528534767.00000000000000 1.00 -4 > -9566.0 528534767 true 1969-12-31 15:59:44.187 > -9566.0000000000 528534767.00000000000000 1.00 -16 > 15007.0 528534767 true 1969-12-31 15:59:50.434 > 15007.0000000000 528534767.00000000000000 1.00 -10 > 7021.0 528534767 true 1969-12-31 16:00:15.007 7021.0000000000 > 528534767.00000000000000 1.00 15 > 4963.0 528534767 true 1969-12-31 16:00:07.021 4963.0000000000 > 528534767.00000000000000 1.00 7 > -7824.0 528534767 true 1969-12-31 16:00:04.963 > -7824.0000000000 528534767.00000000000000 1.00 5 > -15431.0 528534767 true 1969-12-31 15:59:52.176 > -15431.0000000000 528534767.00000000000000 1.00 -8 > -15549.0 528534767 true 1969-12-31 15:59:44.569 > -15549.0000000000 528534767.00000000000000 1.00 -15 > 5780.0 528534767 true 1969-12-31 15:59:44.451 5780.0000000000 > 528534767.00000000000000 1.00 -16 {code} > Incorrect results with orc ppd > ------------------------------- > > Key: HIVE-12363 > URL: https://issues.apache.org/jira/browse/HIVE-12363 > Project: Hive > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Ashutosh Chauhan > > Run vector_decimal_cast.q on tez cli driver. -- This message was sent by Atlassian JIRA (v6.3.4#6332)