Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Sep 30, 2023
1 parent 409bdac commit ac4beec
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ public static ByteBuffer toByteBuffer(String data) {
return (data != null) ? ByteBuffer.wrap(data.getBytes(StandardCharsets.UTF_8)) : null;
}

public Set<Map<String, Object>> connectorPartitions(String connectorName) {
return null;
}

public static class IcebergOffsetBackingStoreConfig extends WorkerConfig {
final org.apache.hadoop.conf.Configuration hadoopConfig = new org.apache.hadoop.conf.Configuration();
private final Configuration config;
Expand Down

0 comments on commit ac4beec

Please sign in to comment.