File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/databricks/sql/backend Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
4949COLUMN_COLUMNS = {
5050 "catalogName" : "TABLE_CAT" ,
5151 "namespace" : "TABLE_SCHEM" ,
You can’t perform that action at this time.
0 commit comments