We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6906c42 commit c1dde75Copy full SHA for c1dde75
data_diff/joindiff_tables.py
@@ -343,7 +343,6 @@ def _count_diff_per_column(
343
table1: Optional[TableSegment] = None,
344
table2: Optional[TableSegment] = None,
345
):
346
- logger.info(type(table1))
347
logger.debug(f"Counting differences per column: {table1.table_path} <> {table2.table_path}")
348
is_diff_cols_counts = db.query(
349
diff_rows.select(sum_(this[c]) for c in is_diff_cols),
0 commit comments