impala-java-client icon indicating copy to clipboard operation
impala-java-client copied to clipboard

Source code maven compile failure on windows cause wrong thrift file

Open zbutfly opened this issue 7 years ago • 1 comments

I have thrift.exe, correct version, and define in maven thrift plugin.

On running mvn clean compile, the file ".#cli_service.thrift" cause thrift.exe throw exception.

When I rename it to ".#cli_service.thrift.bak", compiling works well.

I'm not familar to thrift, but I think the dot file is hidden on linux platform. And I found it contain nothing but description. So I think it should be remove from source code.

zbutfly avatar Apr 11 '17 17:04 zbutfly

Thanks for opening the issue. I've removed the file (temporary Emacs file). Kind regards,

pauldeschacht avatar Apr 12 '17 11:04 pauldeschacht