apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
919 stars 147 forks source link

[531] xtable poms are missing license details. #533

Closed rangareddy closed 2 months ago

rangareddy commented 2 months ago

Important Read

This pull request aims to address issue #531

What is the purpose of the pull request

Adding the tag to xtable project and updating the project name.

Brief change log

<licenses>
    <license>
        <name>Apache License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <distribution>repo</distribution>
    </license>
</licenses>

<organization>
    <name>The Apache Software Foundation</name>
    <url>https://www.apache.org</url>
</organization>
<name>XTable Parent Project</name>

Verify this pull request

Verified by running $ mvn clean install -DskipTests -U locally.

vinishjail97 commented 2 months ago

@rangareddy Can you update the PR description to [531] xtable poms are missing license details. according to guidelines ?

rangareddy commented 2 months ago

Hi @vinishjail97 Merge this PR to main branch.