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

Commit9618f6b

Browse files
authored
Merge pull request#30 from sede-open/task/add-liquid-clustering-logic
Whitespace fix
2 parents7c95951 +127a98d commit9618f6b

File tree

1 file changed

+1
-1
lines changed
  • src/databricks/sqlalchemy/dialect

1 file changed

+1
-1
lines changed

‎src/databricks/sqlalchemy/dialect/base.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def visit_create_table(self, create, **kw):
198198
ifconst:
199199
text+=separator+"\t"+const
200200

201-
text+=f"\n){self.post_create_table(table)}\n\n"
201+
text+=f"\n){self.post_create_table(table)}"
202202

203203
ifliquid_clustering:
204204
text+=f"\n{self.liquid_cluster_on_table(liquid_cluster_columns)}\n\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp