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
test(fmodata): add tests for Date value handling in temporal columns
This commit introduces a new test case to ensure that only Date values are accepted for temporal columns (e.g., dateField, timeField, timestampField) in the fmodata package. It verifies that non-temporal fields (e.g., textField) correctly reject Date values, enhancing type safety and validation in the filter tests.
0 commit comments