You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please detail the exact steps you took to deploy the UDF?
The build process in this repo does the following within the udfs/datasketches/ directory:
git clone https://github.com/apache/datasketches-cpp.git
for dir in kll-sketch theta-sketch tuple-sketch; do
cd $dir && make clean && make all
cd ..
done
and then you have to copy the js_builds/* directory into your own specified ${_JS_BUCKET}
Hello,
I have generated the theta_sketch.mjs file using
make
command and used the following script to create theta_sketch_int64 UDF.https://github.com/GoogleCloudPlatform/bigquery-utils/blob/master/udfs/community/theta_sketch_int64.sqlx
However, I am getting the following error while invoking the theta_sketch_int64 UDF in BigQuery.
TypeError: Module._clamp_lg_k is not a function at theta_sketch_test.theta_sketch_int64(INT64, INT64) line 56, columns 16-17
Looking for assistance to resolve this issue.
Thanks
The text was updated successfully, but these errors were encountered: