Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit cd9c695

Browse files
committed
Small additions
1 parent 5812354 commit cd9c695

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

data_diff/diff_tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def with_schema(self) -> "TableSegment":
106106
return self
107107

108108
schema = self.database.query_table_schema(self.table_path, self._relevant_columns)
109+
logger.debug(f"[{self.database.name}] Schema = {schema}")
109110

110111
schema_inst: Schema
111112
if self.case_sensitive:

tests/test_database_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ def __next__(self) -> float:
273273
"float": [
274274
"float",
275275
"numeric",
276+
"real",
277+
"double precision",
276278
],
277279
},
278280
db.Presto: {

0 commit comments

Comments
 (0)