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
getting following null pointer when calling Model with a field which is of type Long
java.lang.NullPointerException
at zingg.feature.FeatureFactory.get(FeatureFactory.java:23)
at zingg.util.ModelUtil.loadFeatures(ModelUtil.java:35)
at zingg.util.ModelUtil.getFeaturers(ModelUtil.java:52)
at zingg.snowpark.util.SnowModelUtil.getModel(SnowModelUtil.java:37)
at zingg.snowpark.model.TestSnowModel.testConstructor(TestSnowModel.java:85)
The text was updated successfully, but these errors were encountered:
getting following null pointer when calling Model with a field which is of type Long
java.lang.NullPointerException
at zingg.feature.FeatureFactory.get(FeatureFactory.java:23)
at zingg.util.ModelUtil.loadFeatures(ModelUtil.java:35)
at zingg.util.ModelUtil.getFeaturers(ModelUtil.java:52)
at zingg.snowpark.util.SnowModelUtil.getModel(SnowModelUtil.java:37)
at zingg.snowpark.model.TestSnowModel.testConstructor(TestSnowModel.java:85)
The text was updated successfully, but these errors were encountered: