Skip to content

docs: document TiFlash NullEQ pushdown - #21949

Open
windtalker wants to merge 1 commit into
pingcap:masterfrom
windtalker:tiflash_support_nulleq
Open

windtalker wants to merge 1 commit into
pingcap:masterfrom
windtalker:tiflash_support_nulleq

Conversation

@windtalker

@windtalker windtalker commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

What is changed, added, or deleted? (Required)

Update the TiFlash pushdown calculations documentation to cover the following support:

  • TiFlash supports pushing down the NULL-safe equality operator (<=>) as an expression.
  • TiFlash MPP HashJoin supports NULL-safe equi-join conditions that use <=>.

Which TiDB version(s) do your changes apply to? (Required)

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions (in Chinese).

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)

What is the related PR or file link(s)?

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@ti-chi-bot

ti-chi-bot Bot commented Sep 21, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kissmydb for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

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

Details Needs approval from an approver in each of these files:

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 added missing-translation-status This PR does not have translation status info. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 21, 2026
@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Understand this PR’s impact

Explore downstream dependencies and potential security impact with Blast Radius.

View blast radius →

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: pingcap/docs-cn/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: f69025b7-325c-4f99-b678-21130fa93f79

📥 Commits

Reviewing files that changed from the base of the PR and between 46c3a8f and 30b21f4.

📒 Files selected for processing (1)
  • tiflash/tiflash-supported-pushdown-calculations.md

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

文档更新 TiFlash 的下推计算说明。HashJoin 支持列表新增空值安全型等值连接。数学函数运算符列表新增 <=>

Changes

TiFlash 下推计算文档

Layer / File(s) Summary
更新下推支持说明
tiflash/tiflash-supported-pushdown-calculations.md
HashJoin 支持列表新增使用 <=> 的空值安全型等值连接。数学函数运算符列表新增 <=>

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Other

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed 标题“docs: document TiFlash NullEQ pushdown”准确概括了文档变更,明确指出 TiFlash 的 NullEQ(<=>)下推支持。
Description check ✅ Passed 描述完整说明了变更内容、适用版本、相关代码 PR、翻译来源和 AI 参与情况。必填部分已填写,内容与变更一致。
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@windtalker windtalker changed the title docs: 补充 TiFlash NullEQ 下推文档 docs: add TiFlash NullEQ support Sep 21, 2026
@windtalker windtalker changed the title docs: add TiFlash NullEQ support docs: document TiFlash NullEQ pushdown Sep 21, 2026
@windtalker windtalker added the needs-cherry-pick-release-nextgen-202609 Should cherry pick this PR to release-nextgen-202609 branch. label Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-translation-status This PR does not have translation status info. needs-cherry-pick-release-nextgen-202609 Should cherry pick this PR to release-nextgen-202609 branch. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants