We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82bab8 commit a7861e9Copy full SHA for a7861e9
tests/unit/test_metadata_mappings.py
@@ -89,7 +89,7 @@ def test_column_columns_mapping(self):
89
"TABLE_SCHEM": ("namespace", SqlType.STRING),
90
"TABLE_NAME": ("tableName", SqlType.STRING),
91
"COLUMN_NAME": ("col_name", SqlType.STRING),
92
- "DATA_TYPE": (None, SqlType.INT),
+ "DATA_TYPE": ("columnType", SqlType.INT),
93
"TYPE_NAME": ("columnType", SqlType.STRING),
94
"COLUMN_SIZE": ("columnSize", SqlType.INT),
95
"DECIMAL_DIGITS": ("decimalDigits", SqlType.INT),
0 commit comments