Skip to content

Commit a022590

Browse files
committed
Changed the folder structure such that sqlalchemy has not reference here
1 parent 4099939 commit a022590

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

databricks_sql_connector_core/src/databricks/sqlalchemy/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

databricks_sql_connector_core/tests/e2e/common/large_queries_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def fetch_rows(self, cursor, row_count, fetchmany_size):
4444
+ "assuming 10K fetch size."
4545
)
4646

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

0 commit comments

Comments
 (0)