Skip to content

Commit

Permalink
[hotfix] [base] fix TableId.java use identifier decode error with fou…
Browse files Browse the repository at this point in the history
…r quota
  • Loading branch information
GOODBOY008 committed Aug 30, 2023
1 parent 80160ca commit 8a1b660
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ public byte[] serialize(SourceSplitBase split) throws IOException {

final DataOutputSerializer out = SERIALIZER_CACHE.get();
out.writeInt(SNAPSHOT_SPLIT_FLAG);
boolean useCatalogBeforeSchema =
SerializerUtils.shouldUseCatalogBeforeSchema(snapshotSplit.getTableId());
out.writeBoolean(useCatalogBeforeSchema);
out.writeUTF(SerializerUtils.rowToSerializedString(snapshotSplit.getTableId()));
out.writeUTF(snapshotSplit.splitId());
out.writeUTF(snapshotSplit.getSplitKeyType().asSerializableString());
Expand Down

0 comments on commit 8a1b660

Please sign in to comment.