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 955 forks source link

[core] small fix of FilesTable system table #4503

Closed wwj6591812 closed 1 week ago

wwj6591812 commented 1 week ago

Purpose

Now search FilesTable System table, the file_path column only shows file_name, not file_path. This PR fix it.

Linked issue: close #xxx

Tests

API and Format

Documentation