-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[query] Fix NullPointerException in Avro import (#14258)
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
- Loading branch information
1 parent
71cd318
commit faae93c
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters