Skip to content

Commit

Permalink
[hotfix] fixup column name in TableMetaMapper#selectTableRuntimeMetas (
Browse files Browse the repository at this point in the history
…#3331)

Co-authored-by: 张文领 <[email protected]>
  • Loading branch information
zhangwl9 and 张文领 authored Nov 17, 2024
1 parent 774aa9d commit a8dd445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ List<ServerTableIdentifier> selectTableIdentifiersByCatalog(
typeHandler = JsonObjectConverter.class),
@Result(property = "optimizingType", column = "optimizing_type"),
@Result(property = "targetSnapshotId", column = "target_snapshot_id"),
@Result(property = "targetChangeSnapshotId", column = "target_change_napshot_id"),
@Result(property = "targetChangeSnapshotId", column = "target_change_snapshot_id"),
@Result(property = "planTime", column = "plan_time", typeHandler = Long2TsConverter.class),
@Result(
property = "fromSequence",
Expand Down

0 comments on commit a8dd445

Please sign in to comment.