?????? be????????

2022-03-08 Thread ????
     be??be.out                 gdb            --  -- ??: "dev"

Re: [VOTE] Release Flink Connectors v1.0.3 for Apache Doris(Incubating)

2022-03-08 Thread zhg yang
Here is my +1(binding) I checked: [x] PGP signature are legitimate [x] DISCLAIMER is included. [x] The code matches the current release. [x] LICENSE and NOTICE files are correct. [x] All files carry the necessary protocol descriptions. [x] No compiled content is included in the source package. [x

Re: [VOTE] Release Spark Connectors v1.0.1 for Apache Doris(Incubating)

2022-03-08 Thread zhg yang
Here is my +1(binding) I checked: [x] PGP signature are legitimate [x] DISCLAIMER is included. [x] The code matches the current release. [x] LICENSE and NOTICE files are correct. [x] All files carry the necessary protocol descriptions. [x] No compiled content is included in the source package. [x

??????[VOTE] Release Spark Connectors v1.0.1 for Apache Doris(Incubating)

2022-03-08 Thread 41108453
+1 I have verified the checkability below?? [x] Is the download link legal? [x] Check whether the value and PGP signature are legal. [x] Whether to include a DISCLAIMER or DISCLAIMER-WIP file. [x] Whether the code matches the current release version. [x] LICENSE and NOTICE files are correct. [x

??????[VOTE] Release Flink Connectors v1.0.3 for Apache Doris(Incubating)

2022-03-08 Thread 41108453
+1 I have verified the checkability below?? [x] Is the download link legal? [x] Check whether the value and PGP signature are legal. [x] Whether to include a DISCLAIMER or DISCLAIMER-WIP file. [x] Whether the code matches the current release version. [x] LICENSE and NOTICE files are correct. [x

Re:[VOTE] Release Flink Connectors v1.0.3 for Apache Doris(Incubating)

2022-03-08 Thread 陈明雨
As we discuss in [1], the package name has been changed to following the scala naming rule. Here is my +1(binding) I checked: [x] PGP signature are legitimate [x] DISCLAIMER is included. [x] The code matches the current release. [x] LICENSE and NOTICE files are correct. [x] All files carry the n

Re:[VOTE] Release Spark Connectors v1.0.1 for Apache Doris(Incubating)

2022-03-08 Thread 陈明雨
As we discuss in [1], the package name has been changed to following the scala naming rule. Here is my +1(binding) I checked: [x] PGP signature are legitimate [x] DISCLAIMER is included. [x] The code matches the current release. [x] LICENSE and NOTICE files are correct. [x] All files carry the n

Re:Re:Re:Re: 使用 IntelliJ IDEA 搭建 FE 开发环境启动报错: Cannot find external parser table action_table.dat

2022-03-08 Thread 陈明雨
I have no idea about it... Maybe there is some misuse in maven.. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org 在 2022-03-08 16:14:05,"柯挺立" 写道: >yeah. that right! >but why the path has extra 'cup' word? > > > > > > > > > > > >在 2022-03-08 16:07:13,"陈明雨" 写道: >>action_ta

Re:organization of testcases

2022-03-08 Thread 陈明雨
LGTM. It can significantly reduce the compilation and link time of BE unit tests. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org At 2022-03-08 17:43:15, "Zhou Minghong" wrote: >Hi all > > >Currently, every single testcase is an excutable file, which is as big as a >BE.

organization of testcases

2022-03-08 Thread Zhou Minghong
Hi all Currently, every single testcase is an excutable file, which is as big as a BE. If we want to test all the UTs, it takes a long time to compile and huge disk space. How about build all testcase in one executable file, and by using --gtest-filter arguments to specify which UT you want to

[VOTE] Release Flink Connectors v1.0.3 for Apache Doris(Incubating)

2022-03-08 Thread 陈明雨
Hi All, This is a call for vote to release Flink Connectors v1.0.3 for Apache Doris(Incubating). There are 4 outputs for different Flink versions: - apache-doris-flink-connector-1.11_2.12-1.0.3-incubating - apache-doris-flink-connector-1.12_2.12-1.0.3-incubating - apache-doris-flink-con

[VOTE] Release Spark Connectors v1.0.1 for Apache Doris(Incubating)

2022-03-08 Thread 陈明雨
Hi All, This is a call for vote to release Spark Connectors v1.0.1 for Apache Doris(Incubating). And this is the first release of spark-doris-connector, we just move the code base from [1] to [2]. There are 2 outputs for different Spark and Scala version: - apache-doris-spark-connector-2

Re:Re:Re: 使用 IntelliJ IDEA 搭建 FE 开发环境启动报错: Cannot find external parser table action_table.dat

2022-03-08 Thread 柯挺立
yeah. that right! but why the path has extra 'cup' word? 在 2022-03-08 16:07:13,"陈明雨" 写道: >action_table.dat may be generated in wrong place. >You may need to put it to the right place manually, try: >fe/fe-core/target/generated-sources/cup/org/apache/doris/analysis/action_table.dat >fe/f

Re:Re: 使用 IntelliJ IDEA 搭建 FE 开发环境启动报错: Cannot find external parser table action_table.dat

2022-03-08 Thread 陈明雨
action_table.dat may be generated in wrong place. You may need to put it to the right place manually, try: fe/fe-core/target/generated-sources/cup/org/apache/doris/analysis/action_table.dat fe/fe-core/target/classes/org/apache/doris/analysis/action_table.dat -- 此致!Best Regards 陈明雨 Mingyu Chen