Closed ulysses-you closed 2 months ago
This pr adds __paimon_partition and __paimon_bucket metadata columns. They can help find partition and bucket easily , e.g., in PaimonCommand#collectDeletionVectors.
__paimon_partition
__paimon_bucket
PaimonCommand#collectDeletionVectors
add test
no
cc @JingsongLi @YannByron do you have any concern about these two metadata columns ? thank you
Purpose
This pr adds
__paimon_partition
and__paimon_bucket
metadata columns. They can help find partition and bucket easily , e.g., inPaimonCommand#collectDeletionVectors
.Tests
add test
API and Format
no
Documentation