[fix](schema_hash) Fix bug that introduced by removing schema_hash (#9449)

This commit is contained in:
caiconghui
2022-05-08 21:03:10 +08:00
committed by GitHub
parent c633402ce3
commit 580ce38a3f
8 changed files with 26 additions and 33 deletions

View File

@ -498,7 +498,7 @@ public class OlapScanNode extends ScanNode {
TScanRangeLocations scanRangeLocations = new TScanRangeLocations();
TPaloScanRange paloRange = new TPaloScanRange();
paloRange.setDbName("");
paloRange.setSchemaHash("");
paloRange.setSchemaHash("0");
paloRange.setVersion(visibleVersionStr);
paloRange.setVersionHash("");
paloRange.setTabletId(tabletId);