There was an error while loading. Please reload this page.
1 parent 98e847b commit 842481fCopy full SHA for 842481f
data_diff/databases/snowflake.py
@@ -77,7 +77,7 @@ def md5_as_int(self, s: str) -> str:
77
return f"BITAND(md5_number_lower64({s}), {CHECKSUM_MASK}) - {CHECKSUM_OFFSET}"
78
79
def md5_as_hex(self, s: str) -> str:
80
- return f"md5_number_lower64({s})"
+ return f"md5({s})"
81
82
def normalize_timestamp(self, value: str, coltype: TemporalType) -> str:
83
if coltype.rounds:
0 commit comments