You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python] [Bug] TableDiff.hasDifference is sensitive to order when inputs contain multiple identical rows containing None, even if CompareFlags.order is False
#200
Open
MichelleArk opened this issue
May 23, 2024
· 0 comments
TableDiff.hasDifference unexpectedly returns True when comparing two input tables that have multiple identical rows with containing None, even if CompareFlags.orderis set toFalse`.
I've observed this for the python daff package, not sure if it is an issue in other language bindings.
Problem:
TableDiff.hasDifference
unexpectedly returnsTrue
when comparing two input tables that have multiple identical rows with containingNone, even if
CompareFlags.orderis set to
False`.I've observed this for the python
daff
package, not sure if it is an issue in other language bindings.Repro case:
Workaround in
dbt-core
: dbt-labs/dbt-core#10202The text was updated successfully, but these errors were encountered: