nikunjbhartia commented on issue #136:
URL:
https://github.com/apache/datasketches-bigquery/issues/136#issuecomment-2691349088
I am not sure about the plan on eliminating the transition.
> GENERATE_ARRAY(1, 2000000, 1) produced too many elements
you can do a cross join and generate as many rows you want
select
x, y
from unnest(generate_array(1,1000000)) as x, unnest(generate_array(1,100))
as y
--
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]