apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
689 stars 483 forks source link

ORC-1594: Add IntelliJ conf in the project root directory to support JIRA/PR autolinks #1759

Closed cxzl25 closed 9 months ago

cxzl25 commented 9 months ago

What changes were proposed in this pull request?

Add .idea/vcs.xml to ORC project.

Why are the changes needed?

https://github.com/apache/orc/pull/856 Only add .idea/vcs.xml to the Java project. If the developer imports the ORC project, this may not take effect.

How was this patch tested?

local test

Was this patch authored or co-authored using generative AI tooling?

No

cxzl25 commented 9 months ago

Follow-up PRs are used only for the unreleased JIRA issues.

Thanks for the reminder, now I have created a JIRA.

May I ask why do you import the whole directory? Do you use CLion together?

Importing the entire project in IntelliJ, the IDE can automatically identify the maven project, and developers can also see the full picture of the project.

It also benefits CLion users.

dongjoon-hyun commented 9 months ago

Merged to main.