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
as the type is not hashable.
Need to rework this code part to compare only names and types (do not compare nullability) and be able to work with complex types.
Proposed: sort two lists with (name, DataType) as done now and compare columns one-by-one. Raise error on the first difference.
Add test showing the functionality works for simple and complex types.
The text was updated successfully, but these errors were encountered:
If complex type is present in schema (e.g. ArrayType), it could not be compared using symmetric_difference as done here
Sim4Rec/simulator/modules/simulator.py
Line 99 in 215aeaa
Need to rework this code part to compare only names and types (do not compare nullability) and be able to work with complex types.
Proposed: sort two lists with (name, DataType) as done now and compare columns one-by-one. Raise error on the first difference.
Add test showing the functionality works for simple and complex types.
The text was updated successfully, but these errors were encountered: