Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Jul 29, 2024
1 parent e8a4dca commit bbb34d4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,6 @@ class SnowflakeResultSetRDDSuite extends IntegrationSuiteBase {
test("testReadWriteSomePartitionsEmpty") {
setupLargeResultTable
if (!skipBigDataTest) {
SnowflakeConnectorUtils.disablePushdownSession(sparkSession)
val originalDF = sparkSession
.sql(s"select * from test_table_large_result")

Expand Down Expand Up @@ -1048,8 +1047,6 @@ class SnowflakeResultSetRDDSuite extends IntegrationSuiteBase {

resultSet = readBackDF.collect()
assert(resultSet.length == sourceLength)

SnowflakeConnectorUtils.enablePushdownSession(sparkSession)
}
}

Expand Down

0 comments on commit bbb34d4

Please sign in to comment.