Skip to content

feat: infer_schema() support TSV - #19452

Merged
KKould merged 7 commits into
databendlabs:mainfrom
KKould:feat/infer_schema_tsv
Mar 3, 2026
Merged

feat: infer_schema() support TSV#19452
KKould merged 7 commits into
databendlabs:mainfrom
KKould:feat/infer_schema_tsv

Conversation

@KKould

@KKould KKould commented Feb 12, 2026

Copy link
Copy Markdown
Member

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

Infer schema now supports TSV by reusing the existing CSV parsing logic, enabling seamless schema inference for tab-separated files.

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@KKould
KKould requested a review from youngsofun February 12, 2026 03:27
@KKould KKould self-assigned this Feb 12, 2026
@github-actions github-actions Bot added the pr-feature this PR introduces a new feature to the codebase label Feb 12, 2026
@KKould
KKould marked this pull request as ready for review February 24, 2026 01:53
@bohutang

Copy link
Copy Markdown
Member

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5481d08a95

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src/query/service/src/table_functions/infer_schema/separator.rs Outdated
Comment thread src/query/service/src/table_functions/infer_schema/separator.rs Outdated
@KKould
KKould merged commit 5f2025d into databendlabs:main Mar 3, 2026
171 of 174 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature this PR introduces a new feature to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(bendpy): infer_schema does not support TSV format, breaking register_tsv()

3 participants