Skip to content

Conversation

@gengliqi
Copy link
Contributor

@gengliqi gengliqi commented Nov 6, 2025

What problem does this PR solve?

Issue Number: close #10226, #10211

Problem Summary:
Three schema mismatch bugs

  1. time type Query fails under disaggregated arch #10211, covered by fullstack-test-index/inverted/datetime-type.test
  2. generated column Query fails under disaggregated arch #10226, covered by fullstack-test/mpp/generated_column.test and fullstack-test/expr/generated_columns2.test
  3. extra table id, covered by fullstack-test/mpp/extra_physical_table_column.test

What is changed and how it works?

Fix three schema mismatch bugs under disaggregated arch 

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

Fix three schema mismatch bugs under disaggregated arch 

Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
@ti-chi-bot ti-chi-bot bot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/needs-triage-completed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Nov 6, 2025
@JaySon-Huang
Copy link
Contributor

/run-pull-integration-next-gen

@JaySon-Huang
Copy link
Contributor

/test pull-integration-next-gen

Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
u
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Signed-off-by: gengliqi <gengliqiii@gmail.com>
u
Signed-off-by: gengliqi <gengliqiii@gmail.com>
Copy link
Contributor

@JaySon-Huang JaySon-Huang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest LGTM

Signed-off-by: gengliqi <gengliqiii@gmail.com>
@gengliqi
Copy link
Contributor Author

/retest

@gengliqi
Copy link
Contributor Author

/cc @JaySon-Huang @windtalker

@ti-chi-bot ti-chi-bot bot requested a review from JaySon-Huang November 27, 2025 06:08
Copy link
Contributor

@JaySon-Huang JaySon-Huang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Nov 27, 2025
Copy link
Contributor

@windtalker windtalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ti-chi-bot ti-chi-bot bot added the lgtm label Dec 1, 2025
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Dec 1, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JaySon-Huang, windtalker

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [JaySon-Huang,windtalker]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Dec 1, 2025
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Dec 1, 2025

[LGTM Timeline notifier]

Timeline:

  • 2025-11-27 09:05:30.826756677 +0000 UTC m=+780094.475951133: ☑️ agreed by JaySon-Huang.
  • 2025-12-01 01:17:35.145456638 +0000 UTC m=+226199.959234220: ☑️ agreed by windtalker.

@ti-chi-bot ti-chi-bot bot merged commit a5e1403 into pingcap:master Dec 1, 2025
7 checks passed
@gengliqi
Copy link
Contributor Author

gengliqi commented Dec 1, 2025

/cherry-pick release-nextgen-20251011

@gengliqi
Copy link
Contributor Author

gengliqi commented Dec 1, 2025

/cherry-pick release-8.5

@ti-chi-bot
Copy link
Member

@gengliqi: new pull request created to branch release-nextgen-20251011: #10579.

Details

In response to this:

/cherry-pick release-nextgen-20251011

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

ti-chi-bot pushed a commit to ti-chi-bot/tiflash that referenced this pull request Dec 1, 2025
close pingcap#10226

Fix three schema mismatch bugs under disaggregated arch

Signed-off-by: gengliqi <gengliqiii@gmail.com>
ti-chi-bot pushed a commit to ti-chi-bot/tiflash that referenced this pull request Dec 1, 2025
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot
Copy link
Member

@gengliqi: new pull request created to branch release-8.5: #10580.
But this PR has conflicts, please resolve them!

Details

In response to this:

/cherry-pick release-8.5

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@ti-chi-bot ti-chi-bot bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Dec 1, 2025
ti-chi-bot bot pushed a commit that referenced this pull request Dec 1, 2025
)

close #10226

Fix three schema mismatch bugs under disaggregated arch

Signed-off-by: gengliqi <gengliqiii@gmail.com>

Co-authored-by: Liqi Geng <gengliqiii@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Query fails under disaggregated arch

4 participants