Re: [D] [Ideas] Remove Bundled Python Packages in Cloudberry Main Repo [cloudberry]

2025-07-16 Thread via GitHub
GitHub user tuhaihe added a comment to the discussion: [Ideas] Remove Bundled Python Packages in Cloudberry Main Repo Hi, These files are pointed out by the Incubator PMC members and are not encouraged to be included in our upcoming Cloudberry 2.0 source files. So it's a good time to remove

Re: [D] Support Parallel Processing of Window Functions. [cloudberry]

2025-07-16 Thread via GitHub
GitHub user avamingli added a comment to the discussion: Support Parallel Processing of Window Functions. @leborchuk Thank you so much for sharing your insightful observations and experiences. I will make the necessary adjustments to ensure our tests are robust. A preliminary test indicates

Re: [D] Support Parallel Processing of Window Functions. [cloudberry]

2025-07-16 Thread via GitHub
GitHub user leborchuk added a comment to the discussion: Support Parallel Processing of Window Functions. > During develop, I found that the result of Window Agg without Order By clause > is unstable. > > Referring to the SQL 2011 standard, it states that if ORDER BY is omitted, > the order

Re: [D] Support Parallel Processing of Window Functions. [cloudberry]

2025-07-16 Thread via GitHub
GitHub user jianlirong added a comment to the discussion: Support Parallel Processing of Window Functions. In my personal opinion, we should modify the corresponding SQL statement and add ORDER BY. Although we're discussing window functions here, the issue reflected in this example is essenti

Re: [D] Support Parallel Processing of Window Functions. [cloudberry]

2025-07-16 Thread via GitHub
GitHub user avamingli added a comment to the discussion: Support Parallel Processing of Window Functions. > To pass parallel test cases, we need to modify the SQL in that case. Postgres discussion: https://www.postgresql.org/message-id/flat/fbb5c0d7-4a96-4dd1-9a26-5dfccfac667a%40Spark AFAK,