Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/22038#discussion_r220989953
--- Diff:
sql/core/src/test/resources/sql-tests/results/typeCoercion/native/inConversion.sql.out
---
@@ -69,7 +69,7 @@ true
-- !query 8
SELECT cast(1 as tinyint) in (cast(1 as string)) FROM t
-- !query 8 schema
-struct<(CAST(CAST(1 AS TINYINT) AS STRING) IN (CAST(CAST(1 AS STRING) AS
STRING))):boolean>
+struct<(CAST(CAST(1 AS TINYINT) AS TINYINT) IN (CAST(CAST(1 AS STRING) AS
TINYINT))):boolean>
--- End diff --
Should also update migration guide.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]