nikunjbhartia commented on issue #77:
URL: 
https://github.com/apache/datasketches-bigquery/issues/77#issuecomment-2455200563

   The issue is fixed after I tested on my project which is now allowlisted. 
Thanks ! 
   
   There is another issue due to the order in which functions are created which 
lead to creation failure of some of the functions  during `make install`
   
   ```
   $/datasketches-bigquery/kll 
   ->make install
   ...
   Waiting on bqjob_r140c9a74346a3922_00000192f803cd27_1 ... (0s) Current 
status: DONE   
   Error in query string: Error processing job 
'nikunjbhartia-test-clients:bqjob_r140c9a74346a3922_00000192f803cd27_1': 
Function not found: 
`nikunjbhartia-test-clients.test_us.kll_sketch_float_build_k` at [34:3]
   Failure details:
   - query: Function not found: `nikunjbhartia-test-
   clients.test_us.kll_sketch_float_build_k` at [34:3]
   creating sqlx/kll_sketch_float_build_k.sqlx
   Waiting on bqjob_r60d214316af87752_00000192f803d526_1 ... (0s) Current 
status: DONE   
   Created nikunjbhartia-test-clients.test_us.kll_sketch_float_build_k
   ...
   creating sqlx/kll_sketch_float_merge.sqlx
   Waiting on bqjob_r6fb45bff6329b587_00000192f80421de_1 ... (0s) Current 
status: DONE   
   Error in query string: Error processing job 
'nikunjbhartia-test-clients:bqjob_r6fb45bff6329b587_00000192f80421de_1': 
Function not found: 
`nikunjbhartia-test-clients.test_us.kll_sketch_float_merge_k` at [34:3]
   Failure details:
   - query: Function not found: `nikunjbhartia-test-
   clients.test_us.kll_sketch_float_merge_k` at [34:3]
   creating sqlx/kll_sketch_float_merge_k.sqlx
   Waiting on bqjob_r4a18f38ec91591df_00000192f8042851_1 ... (0s) Current 
status: DONE   
   Created nikunjbhartia-test-clients.test_us.kll_sketch_float_merge_k
   ...
   ```
   
   tdigest: 
   ```
   ...
   creating sqlx/tdigest_double_build.sqlx
   Waiting on bqjob_r73ad65ba64b73c1b_00000192f80a49e7_1 ... (0s) Current 
status: DONE   
   Error in query string: Error processing job 
'nikunjbhartia-test-clients:bqjob_r73ad65ba64b73c1b_00000192f80a49e7_1': 
Function not found: `nikunjbhartia-test-clients.test_us.tdigest_double_build_k` 
at [34:3]
   Failure details:
   - query: Function not found: `nikunjbhartia-test-
   clients.test_us.tdigest_double_build_k` at [34:3]
   creating sqlx/tdigest_double_build_k.sqlx
   ...
   creating sqlx/tdigest_double_merge.sqlx
   Waiting on bqjob_ra71dbfa2b6bdd15_00000192f80a78bc_1 ... (0s) Current 
status: DONE   
   Error in query string: Error processing job 
'nikunjbhartia-test-clients:bqjob_ra71dbfa2b6bdd15_00000192f80a78bc_1': 
Function not found: `nikunjbhartia-test-clients.test_us.tdigest_double_merge_k` 
at [34:3]
   Failure details:
   - query: Function not found: `nikunjbhartia-test-
   clients.test_us.tdigest_double_merge_k` at [34:3]
   creating sqlx/tdigest_double_merge_k.sqlx
   Waiting on bqjob_r6fe1676dcee9cc8b_00000192f80a7f68_1 ... (0s) Current 
status: DONE   
   ...
   ```
   
   Note that this is not a blocker for integration with bqutils repo as 
function creation there is handled using dataform which maintains a lineage of 
sqlx definitions and manages creation order accordingly.


-- 
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]

Reply via email to