Skip to content

Commit

Permalink
Changed the folder structure such that sqlalchemy has not reference here
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Sep 25, 2024
1 parent 4099939 commit a022590
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def fetch_rows(self, cursor, row_count, fetchmany_size):
+ "assuming 10K fetch size."
)

@pytest.mark.skipif(not pysql_supports_arrow(), "Without pyarrow lz4 compression is not supported")
@pytest.mark.skipif(not pysql_supports_arrow(), reason="Without pyarrow lz4 compression is not supported")
def test_query_with_large_wide_result_set(self):
resultSize = 300 * 1000 * 1000 # 300 MB
width = 8192 # B
Expand Down

0 comments on commit a022590

Please sign in to comment.