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
felixwang9817
changed the title
sampled scala value verification failure for 0 value if float is defined
sampled scalar value verification failure for 0 value if float is defined
Dec 19, 2022
Expected Behavior
Regardless of whether it is 0 or 0.0, conversion for int and float types must be performed.
Current Behavior
It is defined as a float type, but if 0 is set other than 0.0, an assert fail occurs.
Steps to reproduce
If 0 is set in the BigQuery table that owns the float type, it may be recognized as an int when materializing using the feast sdk.
Specifications
Possible Solution
If the value is set to 0, the assertion is modified so that it is not related to int or float.
The text was updated successfully, but these errors were encountered: