apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.78k stars 3.29k forks source link

flink doris connector编译bug #5750

Open Learner-ym opened 3 years ago

Learner-ym commented 3 years ago

Describe the bug 在编译doris-flink过程中,通过thrift生成的Java文件有语法错误,经排查发现是pom引用的libthrift.version版本有问题,使用0.9.3版本生成的java文件无法通过过编译,需使用0.11.0及更高版本

To Reproduce 1.pom.xml -> 0.9.3</libthrift.version> 2.使用sh build.sh命令运行

Expected behavior 由于0.9.3版本中的类与实际使用的不同,生成的Java文件将无法通过编译

编译环境 1.OS: win10 2.tool: IDEA

dykw commented 3 years ago

我也有类似的问题,首先是thrift的问题,解决了这个之后,仍然报 image 没有改过代码