这样呢?
// 检查 rowKey 是否是分区表,并提取正确的主键信息
if (isPartitionTable(rowKey, tableInfo)) {
decodePartitionedTablePrimaryKey(rowKey);
}
tikvImages = TableCodec.decodeObjects(row.getValue().toByteArray(), rowKey.getHandle(), tableInfo);
这样呢?
// 检查 rowKey 是否是分区表,并提取正确的主键信息
if (isPartitionTable(rowKey, tableInfo)) {
decodePartitionedTablePrimaryKey(rowKey);
}
tikvImages = TableCodec.decodeObjects(row.getValue().toByteArray(), rowKey.getHandle(), tableInfo);