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

[query] Fix NullPointerException in Avro import #14258

Merged
merged 1 commit into from Feb 9, 2024

Conversation

chrisvittal
Copy link
Collaborator

@chrisvittal chrisvittal commented Feb 6, 2024

We need a valid HailStateManager when generating the partitioner for AvroPartitionReader. Instead of calculating the partitioner on the AvroTableReader, make the partitioner computation a method that takes an HailStateManager.

Closes #14249

@chrisvittal
Copy link
Collaborator Author

Tested manually for now.

We need a valid HailStateManager when generating the partitioner for
AvroPartitionReader. Instead of calculating the partitioner on the
AvroTableReader, make the partitioner computation a method that takes an
HailStateManager.

Closes hail-is#14249
@danking danking merged commit faae93c into hail-is:main Feb 9, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

TLocus.mkOrdering NullPointerException
3 participants