Skip to content

Commit

Permalink
remove query push down
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Jul 29, 2024
1 parent 41d6843 commit 7c847a9
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 3,256 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class SecuritySuite extends IntegrationSuiteBase {
jdbcUpdate(s"drop table if exists $test_table_write")
} finally {
super.afterAll()
SnowflakeConnectorUtils.disablePushdownSession(sparkSession)
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class ShareConnectionSuite extends IntegrationSuiteBase {
} finally {
TestHook.disableTestHook()
super.afterAll()
SnowflakeConnectorUtils.disablePushdownSession(sparkSession)
}
}

Expand Down
Loading

0 comments on commit 7c847a9

Please sign in to comment.