yutoacts commented on pull request #35838: URL: https://github.com/apache/spark/pull/35838#issuecomment-1069904986
> > or switch to master branch by git checkout > > ~More precisely, in case you switch from a revision <= [dfff8d8](https://github.com/apache/spark/commit/dfff8d8cd0e747a261bf74374a5797e7c2acaebb) to a revision >= [b71d6d0](https://github.com/apache/spark/commit/b71d6d07bb84300b343b9a487049d2566d26a5e9), IDEA seems to generate them.~ > > EDIT: Now I can't reproduce that with the way explained above. I don't know the precise mechanism of this phenomenon but as far as I know, these files can be generated by IDEA. > > ``` > sql/catalyst/gen/ > sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseLexer.tokens > sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/gen/ > ``` @sarutak Thanks a lot for your help! In my environment, switching the branch from one with revision <= https://github.com/apache/spark/commit/dfff8d8cd0e747a261bf74374a5797e7c2acaebb to another with >= https://github.com/apache/spark/commit/b71d6d07bb84300b343b9a487049d2566d26a5e9 produce the files below (though SqlBaseLexer.tokens is not always generated). ``` sql/catalyst/gen/ sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseLexer.tokens ``` @HyukjinKwon I think it's safe to add those three lines @sarutak mentioned to git ignore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
