HyukjinKwon commented on code in PR #50525: URL: https://github.com/apache/spark/pull/50525#discussion_r2030323264
########## sql/core/src/test/resources/sql-tests/results/hll.sql.out: ########## @@ -66,9 +70,10 @@ SELECT hll_sketch_estimate(hll_union_agg(sketch, true)) SELECT hll_sketch_agg(col, 20) as sketch FROM VALUES (1) AS tab(col)) -- !query schema -struct<hll_sketch_estimate(hll_union_agg(sketch, true)):bigint> +struct<> -- !query output -1 +java.lang.NoClassDefFoundError +Could not initialize class org.apache.datasketches.memory.internal.BaseWritableMemoryImpl Review Comment: Seems like the output is invalid .. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org