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
The call to LogicalType.Equals() now implies comparison of the decimal data if the type is Decimal.
Also DecimalMetaData naively compares its tuple values. But in truth, if both left and right have IsSet = false, the other properties should be ignored.
The text was updated successfully, but these errors were encountered:
As suggest by @philjdf in an IRL discussion, maybe we can just completely remove DecimalMetadata as it's made redundant by the new LogicalType implementation.
The call to LogicalType.Equals() now implies comparison of the decimal data if the type is Decimal.
Also DecimalMetaData naively compares its tuple values. But in truth, if both left and right have IsSet = false, the other properties should be ignored.
The text was updated successfully, but these errors were encountered: