apache / apache/paimon

[Feature] cdc add case_sensitive config

Open
#2,850 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
3.4k
Forks
1.4k
Avg merge
1d 11h
Merged PRs (30d)
396

Description

### Search before asking

- [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.

### Motivation

Through flame diagrams, it was found that there is a significant performance loss in handling field capitalization during the parse phase
![image](https://github.com/apache/incubator-paimon/assets/40812600/b54dc127-3554-43e6-9039-ef15430dd21c)

The default behavior in MySQL is that field names are case-insensitive. Any sensitivity considerations should be configured by the user rather than determined based on the catalog

### Solution

_No response_

### Anything else?

_No response_

### Are you willing to submit a PR?

- [X] I'm willing to submit a PR!

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or implementation entry points are named. Start by locating the CDC parsing and configuration entry points, then clarify the intended case_sensitive behavior and verify how MySQL field-name handling currently works. Done should include the user-facing configuration and coverage for both sensitivity settings.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.