Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Float and long not supported data types #490

Closed
vikasgupta78 opened this issue Feb 8, 2023 · 1 comment
Closed

Float and long not supported data types #490

vikasgupta78 opened this issue Feb 8, 2023 · 1 comment
Milestone

Comments

@vikasgupta78
Copy link
Contributor

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)

vikasgupta78 added a commit to zinggAI/zingg-vikas that referenced this issue Mar 22, 2023
@vikasgupta78
Copy link
Contributor Author

issue fixed via commit d7ab150 and pull request #537 in spark. Separate issue https://github.com/zinggAI/zingg_snowflake/issues/8 logged for snowflake.

@vikasgupta78 vikasgupta78 added this to the 0.3.5 milestone Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant