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

Cannot query indexes with null field values #32

Open
scoaste opened this issue Jul 7, 2017 · 0 comments
Open

Cannot query indexes with null field values #32

scoaste opened this issue Jul 7, 2017 · 0 comments

Comments

@scoaste
Copy link

scoaste commented Jul 7, 2017

I can select into my hive-solr table from a source table to create the solr index, however when I query the resulting table, I receive an error on columns that were null on input:

If select *:

Failed with exception java.io.IOException:org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Double

If select up to the offending column:

Failed with exception java.io.IOException:org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.ClassCastException

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