apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 954 forks source link

[core] make FileSystemCatalog can control case-sensitive with 'allow-upper-case' #4554

Closed LsomeYeah closed 1 day ago

LsomeYeah commented 1 day ago

Purpose

Linked issue: close #xxx

FileSystemCatalog now use 'case-sensitive' to control case-sensitive, which is not compatible with other catalog. Make FileSystemCatalog can control case-sensitive with 'allow-upper-case' too.

Tests

FileSystemCatalogTest#testCreateTableAllowUpperCase

API and Format

Documentation