anuragk3007 commented on issue #155:
URL:
https://github.com/apache/datasketches-bigquery/issues/155#issuecomment-2918506622
@will-lauer @AlexanderSaydakov
I tried running the query using the install udfs in my project.
`SELECT
datasketches_us_west1.theta_sketch_get_estimate(union_sketch)
FROM (
SELECT
datasketches_us_west1.theta_sketch_agg_union(sketch) AS union_sketch
FROM
`avinash_theta_test.tf_audience_native`
WHERE
behaviorId IN (31686820,
31730068));`
I am getting a similar error.
`TypeError: Cannot convert 9001 to a BigInt`
I have checked the query setting, and I am not using legacy mode.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]