Skip to content

Commit

Permalink
Merge branch 'bayu/hbase' into hbase-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
shydefoo authored Sep 17, 2024
2 parents 691c8d1 + 350783e commit 8855d0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ private GenericDatumReader<GenericRecord> loadReader(SchemaReference reference)

Cell last = result.getColumnLatestCell(COLUMN_FAMILY.getBytes(), QUALIFIER.getBytes());
if (last == null) {
// NOTE: this should never happen
throw new RuntimeException("Schema not found");
}
ByteBuffer schemaBuffer =
Expand Down

0 comments on commit 8855d0a

Please sign in to comment.