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
Too few arguments given for this error string in feast.ingestion.transform.fn.ValidateFeatureRowDoFn: line 66
error =
String.format(
"FeatureRow contains field '%s' which do not exists in FeatureSet '%s' version '%d'. Please check the FeatureRow data.",
field.getName(), featureSet.getReference());
This results in an exception being thrown instead when an incoming feature row has an additional field:
java.util.MissingFormatArgumentException: Format specifier '%d'
java.util.Formatter.format(Formatter.java:2519)
java.util.Formatter.format(Formatter.java:2455)
java.lang.String.format(String.java:2940)
feast.ingestion.transform.fn.ValidateFeatureRowDoFn.processElement(ValidateFeatureRowDoFn.java:66
The text was updated successfully, but these errors were encountered:
Too few arguments given for this error string in
feast.ingestion.transform.fn.ValidateFeatureRowDoFn: line 66
This results in an exception being thrown instead when an incoming feature row has an additional field:
The text was updated successfully, but these errors were encountered: