Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-21114] [TEST] [2.1] Fix test failure in Spark 2.1/2.0 due to name mismatch #18319

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,15 @@ struct<CEIL(CAST(1 AS DOUBLE)):bigint>
-- !query 34
select ceil(1234567890123456)
-- !query 34 schema
struct<CEIL(1234567890123456):bigint>
struct<CEIL(CAST(1234567890123456 AS DOUBLE)):bigint>
-- !query 34 output
1234567890123456


-- !query 35
select ceiling(1234567890123456)
-- !query 35 schema
struct<CEIL(1234567890123456):bigint>
struct<CEIL(CAST(1234567890123456 AS DOUBLE)):bigint>
-- !query 35 output
1234567890123456

Expand Down Expand Up @@ -329,7 +329,7 @@ struct<FLOOR(CAST(1 AS DOUBLE)):bigint>
-- !query 40
select floor(1234567890123456)
-- !query 40 schema
struct<FLOOR(1234567890123456):bigint>
struct<FLOOR(CAST(1234567890123456 AS DOUBLE)):bigint>
-- !query 40 output
1234567890123456

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Automatically generated by SQLQueryTestSuite
-- Number of queries: 13
-- Number of queries: 7


-- !query 0
Expand Down Expand Up @@ -65,4 +65,3 @@ struct<a:int,tag:string>
1 a
1 b
1 b