Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
Using labeler to automatically label new pull requests based on the paths of files being changed. The label of PR can make people clearly know what it does.
By the way, the .github/labeler.yml file contains a list of labels and minimatch globs to match to apply the label. We can add more labels, such as CI/CD, docs, UT, and enrich this list.
What is the purpose of the pull request
Using labeler to automatically label new pull requests based on the paths of files being changed. The label of PR can make people clearly know what it does.
By the way, the
.github/labeler.yml
file contains a list of labels and minimatch globs to match to apply the label. We can add more labels, such asCI/CD
,docs
,UT
, and enrich this list.