zabetak commented on code in PR #6523:
URL: https://github.com/apache/hive/pull/6523#discussion_r3813144490
##########
ql/src/test/results/clientpositive/llap/external_jdbc_table2.q.out:
##########
@@ -716,7 +716,7 @@ STAGE PLANS:
hive.sql.query SELECT "ikey"
FROM (SELECT "ikey", "bkey", "dkey"
FROM "EXTERNAL_JDBC_SIMPLE_DERBY2_TABLE1") AS "t"
-WHERE ("bkey" = 10 AND "dkey" = 15.15 OR "bkey" = 20 AND "dkey" = 25.25) AND
"bkey" IN (10, 20) AND "dkey" IN (15.15, 25.25) AND "ikey" IS NOT NULL
+WHERE ("bkey" = 10 AND "dkey" = 1.515E1 OR "bkey" = 20 AND "dkey" = 2.525E1)
AND "bkey" IN (10, 20) AND "dkey" IN (1.515E1, 2.525E1) AND "ikey" IS NOT NULL
Review Comment:
Thanks for the links!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]