Closed cxzl25 closed 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.
Merged to main.
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