Re:[VOTE] Release Apache Doris 2.0.2.1

2023-11-24 Thread Mingyu Chen
Here is my + 1
I checked
[x] The download link is legal.
[x] The PGP signature are valid.
[x] The source code matches the current release version.
[x] The LICENSE and NOTICE files are correct.
[x] All files carry the necessary protocol header.
[x] The compiled content is not included in the source package.




--

Best Regards
Mingyu Chen

Email:
morning...@apache.org





At 2023-11-11 15:16:08, "Kang"  wrote:
>Hi all,
>
>Please review and vote on Apache Doris 2.0.2.1 release.
>
>This is a CRITICAL BUG FIX version based on Doris 2.0.2, which
>contains 8 additional commits.
>
>The release notes can be found here:
>https://github.com/apache/doris/issues/26807
>
>
>The release candidate has been tagged in GitHub as 2.0.2.1-rc01, available 
>here:
>https://github.com/apache/doris/tree/2.0.2.1-rc01
>
>The source package, signature and checksum corresponding
>to this release candidate can be found here:
>https://dist.apache.org/repos/dist/dev/doris/2.0.2.1/
>
>The convenient binaries can be downloaded here:
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz.asc
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz.sha512
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz.asc
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz.sha512
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz.asc
>https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz.sha512
>
>
>
>This has been signed with the PGP key
>A7F22F6AD052BBD24196C4B8ED5740C16894518D, corresponding to kx...@apache.org.
>
>KEYS file is available here: https://downloads.apache.org/doris/KEYS
>It is also listed here: https://people.apache.org/keys/committer/kxiao.asc
>
>To verify and build, you can refer to following link:
>https://doris.apache.org/community/release-and-verify/release-verify
>
>Because this is a critical bug fix version, the vote will be  open
>only for 24 hours.
>And maybe we can make a LAZY CONSENSUS of this release.
>
>[ ] +1 Approve the release
>[ ] +0 No opinion
>[ ] -1 Do not release this package because ...
>
>
>-- 
>
>
>Best Regards!
>
>Kang 
>
>-
>To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
>For additional commands, e-mail: dev-h...@doris.apache.org


Re: spark读取数据

2023-11-24 Thread 苏奕嘉
你上游是什么数据源?

和尚  于2023年11月25日周六 10:32写道:

> 您好!
>    
> 我们在用咱们的doris时,想使用spark拉取数据源时,发现条件只能是本表。请问spark拉取doris数据时,怎么做的拉取某个表的时候,跟别的表进行join或者子查询来缩小拉取的范围,不想用jdbc做。spark怎么能达到这样的效果。
>