Re: [VOTE] Release Apache Cloudberry (Incubating) 2.0.0-rc1

2025-06-06 Thread Jianghua Yang
binaries are stripped or optimized. Jianghua Yang Greg Spiegelberg 于2025年6月6日周五 05:55写道: > +1 binding > > On Fri, Jun 6, 2025 at 3:32 AM Ed Espino wrote: > > > Hi Kent, > > > >1. > > > >Yes, the final release version will be *2.0.0-incubatin

[ANNOUNCEMENT] New Committer: Wenchao Zhang

2025-05-21 Thread Jianghua Yang
]. Please join us in welcoming Wenchao Zhang to his new role and responsibility in our project community. Jianghua Yang On behalf of the Cloudberry PPMC [1]. https://github.com/apache/cloudberry/commits/main/?author=zhangwenchao-123

Re: Discussion: Change PAX Plugin to Be Disabled by Default?

2025-05-10 Thread Jianghua Yang
For our current use case, I’d like to minimize the Pax build to reduce dependencies and avoid unnecessary components. Specifically, I’ve disabled the following CMake options: option(USE_MANIFEST_API "Use manifest API" OFF) option(USE_PAX_CATALOG "Use manifest API, by pax impl" OFF) option(BUILD_GTE

Re: [DISCUSS] Setting up CI/CD workflows for other Cloudberry repos

2025-04-15 Thread Jianghua Yang
One suggestion is to add a CI pipeline for performance regression testing. Max Yang 于2025年4月14日周一 23:21写道: > +1 > > On Tue, Apr 15, 2025 at 1:16 PM Dianjin Wang > wrote: > > > Hi all, > > > > I’d like to start a discussion about setting up basic CI/CD workflows > > for the other Cloudberry repo

Re: [DISCUSS] Creating a Wiki for Cloudberry?

2025-04-03 Thread Jianghua Yang
+1 , like pytorch community https://github.com/pytorch/pytorch/wiki Dianjin Wang 于2025年4月3日周四 17:46写道: > +1 GitHub Wiki. > > On Thursday, April 3, 2025, Ed Espino wrote: > > > Hi Dianjing and Cloudberry community, > > > > Thanks for initiating this discussion—organizing our collective knowledge

Re: [DISCUSS] Enabling previously disabled test suites with increased container shared memory

2024-11-21 Thread Jianghua Yang
Dear Espino, By increasing the container shared memory using the --shm-size=2gb parameter is right for parallel tests. To debug and further analyze the issue, I would like to request the ability to enable core dumps in the Docker environment. Specifically, could we include the --ulimit core=-1 co

Re: [DISCUSS] Enabling previously disabled test suites with increased container shared memory

2024-11-21 Thread Jianghua Yang
Great ! Ed Espino 于2024年11月21日周四 16:01写道: > A fully green run! Total duration: 49m 46s > > https://github.com/edespino/cloudberry/actions/runs/11948311269 > > Thank you 杨江华! > > -=e > > On Wed, Nov 20, 2024 at 11:27 PM 杨江华 wrote: > > > Hi , Ed > > This setting just make explain test happy. > >