Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77221c2

Browse files
author
Jesse Whitehouse
committed
Fix: must add array_type exclusion to this file else the entire test suite
fails. This appears to be a programming error in SQLAlchemySigned-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent4671ff9 commit77221c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/databricks/sqlalchemy/requirements.py‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,9 @@ def precision_numerics_retains_significant_digits(self):
129129

130130
returnsqlalchemy.testing.exclusions.open()
131131

132+
@property
133+
defarray_type(self):
134+
"""While Databricks does support ARRAY types, pysql cannot bind them. So
135+
we cannot use them with SQLAlchemy"""
132136

137+
returnsqlalchemy.testing.exclusions.closed()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp