rahulbsw opened a new pull request, #3337:
URL: https://github.com/apache/fluss/pull/3337

   ## Summary
   - Add `hll_sketch` aggregation metadata and server-side merge support for 
BYTES columns backed by Apache DataSketches HLL.
   - Register the aggregation factory, add focused common/server/Flink parser 
tests, and document serialized-HLL insert semantics.
   - Part of #3331.
   
   ## Test Plan
   - 
`JAVA_HOME=/opt/homebrew/Cellar/openjdk@17/17.0.14/libexec/openjdk.jdk/Contents/Home
 mvn -pl fluss-common,fluss-server,fluss-flink/fluss-flink-common -am 
-Dtest=TableDescriptorTest,FieldAggregatorParameterizedTest,FlinkAggFunctionParserTest
 -Dsurefire.failIfNoSpecifiedTests=false test`
   - `git diff --check`
   - `mvn -pl fluss-server -DskipTests dependency:tree 
-Dincludes=org.apache.datasketches`
   - `npm run build` in `website` parses the updated docs page but fails on 
pre-existing broken links: `/blog/releases/0.9/`, `/blog/releases/0.8/`, and 
`/docs/quickstart/flink/`.
   
   AI-assisted changes; draft PR pending human review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to