Re: [DISCUSS] Java files have different import order from Scala files

2019-01-08 Thread xuchuanyin
I think it's a good proposal, but it will introduce too many changes. In my opinion, the different order between Java and Scala files is acceptable since it will not cause serious (even minor) problems. Anyway, thanks for your investigation on this. But it's hard to tell whether we should

[DISCUSS] Java files have different import order from Scala files

2019-01-08 Thread runzhliu
Hi all, As we all know, the Java files have different import order from the Scala files in the whole project. For the Java files, we can import the packages like 'org.apache.commons' before 'org.apache.carbondata' but without any checkstyle plugin detected. Code is written once by its author,

[DISCUSS] Java files have different import order from Scala files

2019-01-08 Thread runzhliu
Hi all, As we all know, the Java files have different import order from the Scala files in the whole project. For the Java files, we can import the packages like 'org.apache.commons' before 'org.apache.carbondata' but without any checkstyle plugin detected. Code is written once by its author,