jmalkin opened a new pull request, #23:
URL: https://github.com/apache/datasketches-spark/pull/23
(no comment)
--
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 unsubscrib
jmalkin merged PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21
--
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: dev-unsubscr...@dataske
AlexanderSaydakov merged PR #138:
URL: https://github.com/apache/datasketches-bigquery/pull/138
--
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: dev-unsu
jmalkin commented on code in PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21#discussion_r1972576833
##
src/main/scala/org/apache/spark/sql/datasketches/theta/expressions/ThetaExpressions.scala:
##
@@ -71,3 +73,60 @@ case class ThetaSketchGetEstimate(child: Expr
jmalkin commented on code in PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21#discussion_r1972576235
##
src/main/scala/org/apache/spark/sql/datasketches/theta/expressions/ThetaExpressions.scala:
##
@@ -71,3 +73,60 @@ case class ThetaSketchGetEstimate(child: Expr
jmalkin commented on code in PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21#discussion_r1972576833
##
src/main/scala/org/apache/spark/sql/datasketches/theta/expressions/ThetaExpressions.scala:
##
@@ -71,3 +73,60 @@ case class ThetaSketchGetEstimate(child: Expr
jmalkin merged PR #22:
URL: https://github.com/apache/datasketches-spark/pull/22
--
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: dev-unsubscr...@dataske
AlexanderSaydakov commented on code in PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21#discussion_r1972572988
##
src/main/scala/org/apache/spark/sql/datasketches/theta/expressions/ThetaExpressions.scala:
##
@@ -71,3 +73,60 @@ case class ThetaSketchGetEstimate(c
AlexanderSaydakov commented on code in PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21#discussion_r1972571777
##
src/main/scala/org/apache/spark/sql/datasketches/theta/aggregate/ThetaSketchAggUnion.scala:
##
@@ -48,65 +54,81 @@ import org.apache.spark.sql.types
AlexanderSaydakov commented on code in PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21#discussion_r1972572028
##
src/main/scala/org/apache/spark/sql/datasketches/theta/expressions/ThetaExpressions.scala:
##
@@ -71,3 +73,60 @@ case class ThetaSketchGetEstimate(c
AlexanderSaydakov opened a new pull request, #138:
URL: https://github.com/apache/datasketches-bigquery/pull/138
cherry-picked from main in preparation for patch release
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
AlexanderSaydakov merged PR #137:
URL: https://github.com/apache/datasketches-bigquery/pull/137
--
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: dev-unsu
AlexanderSaydakov commented on issue #136:
URL:
https://github.com/apache/datasketches-bigquery/issues/136#issuecomment-2685894000
this should fix the issue, but I am not sure how to test: #137
--
This is an automated message from the Apache Git Service.
To respond to the message, please
AlexanderSaydakov opened a new pull request, #137:
URL: https://github.com/apache/datasketches-bigquery/pull/137
(no comment)
--
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.
AlexanderSaydakov commented on issue #136:
URL:
https://github.com/apache/datasketches-bigquery/issues/136#issuecomment-2685837525
And again I could not reproduce this in my environment. The above query runs
fine for me. I tried to increase the number in GENERATE, but it fails with
"GENERA
AlexanderSaydakov commented on issue #136:
URL:
https://github.com/apache/datasketches-bigquery/issues/136#issuecomment-2685800970
Right. Again this code path after the transition from deserialize back to
aggregate, which does not happen often. It is not exercised in small tests.
I belie
nikunjbhartia opened a new issue, #136:
URL: https://github.com/apache/datasketches-bigquery/issues/136
Query:
```
SELECT
group_key,
count(*) AS total_count,
bqutil.datasketches.kll_sketch_float_build_k(x, 250) AS kll_sketch
FROM (
SELECT
CONCAT("group_key
jmalkin commented on code in PR #21:
URL: https://github.com/apache/datasketches-spark/pull/21#discussion_r1971123772
##
src/main/scala/org/apache/spark/sql/datasketches/theta/expressions/ThetaExpressions.scala:
##
@@ -71,3 +73,60 @@ case class ThetaSketchGetEstimate(child: Expr
18 matches
Mail list logo