apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
874 stars 290 forks source link

fixup column name in TableMetaMapper#selectTableRuntimeMetas #3331

Closed zhangwl9 closed 5 days ago

zhangwl9 commented 1 week ago

Why are the changes needed?

Wrong column name in TableMetaMapper#selectTableRuntimeMetas of branch 0.7.x

Brief change log

Change the column name target_change_napshot_id to target_change_snapshot_id

How was this patch tested?

Documentation

zhangwl9 commented 1 week ago

@majin1102 @czy006 could you please take a look at this when you're free, thanks

zhangwl9 commented 1 day ago

@czy006 thanks for the review and merging!