Skip to content

Commit 8f12c33

Browse files
formatting (black)
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 48bb680 commit 8f12c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/databricks/sql/backend/column_mapping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class MetadataOp(Enum):
4444
}
4545

4646
# ref: COLUMN_COLUMNS in JDBC: https://github.com/databricks/databricks-jdbc/blob/e3d0d8dad683146a3afc3d501ddf0864ba086309/src/main/java/com/databricks/jdbc/common/MetadataResultConstants.java#L192
47-
# TYPE_NAME is not included because it is a duplicate target for columnType, and COLUMN_DEF is known to be returned by Thrift.
48-
# TODO: check if TYPE_NAME is to be returned / also used by Thrift.
47+
# TYPE_NAME is not included because it is a duplicate target for columnType, and COLUMN_DEF is known to be returned by Thrift.
48+
# TODO: check if TYPE_NAME is to be returned / also used by Thrift.
4949
COLUMN_COLUMNS = {
5050
"catalogName": "TABLE_CAT",
5151
"namespace": "TABLE_SCHEM",

0 commit comments

Comments
 (0)