Skip to content

fix: improve struct check result log - #583

Merged
caiq1nyu merged 5 commits into
mainfrom
fix/complete_struct_check_log
Sep 4, 2026
Merged

fix: improve struct check result log#583
caiq1nyu merged 5 commits into
mainfrom
fix/complete_struct_check_log

Conversation

@caiq1nyu

Copy link
Copy Markdown
Collaborator

before

{
  "key": "index.src_db.src_tb.idx_name",
  "src_sql": "source definition SQL",
  "dst_sql": "target definition SQL"
}

after

{
  "key": "index.src_db.src_tb.idx_name",
  "schema": "src_db",
  "tb": "src_tb",
  "target_schema": "dst_db",
  "target_tb": "dst_tb",
  "src_sql": "source definition SQL",
  "dst_sql": "target definition SQL"
}

@caiq1nyu
caiq1nyu merged commit 500d87c into main Sep 4, 2026
36 checks passed
@caiq1nyu
caiq1nyu deleted the fix/complete_struct_check_log branch September 4, 2026 03:36
caiq1nyu added a commit that referenced this pull request Sep 4, 2026
* manual pick #583 from main and fix conflict

* add ci rule for release branch

* add integration test rule for release branch

* fix ci
caiq1nyu added a commit that referenced this pull request Sep 4, 2026
* manual pick #583 from main and fix conflict

* add ci rule for release branch

* add integration test rule for release branch

* fix ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant