-
❌ test_all_grant_types: AssertionError: assert {('CATALOG', ...dummy_tsbas')} == {('ANONYMOUS ..._f6mt6'), ...} (12m26.587s)
```
AssertionError: assert {('CATALOG', ...dummy_tsbas')} == {('ANONYMOUS…
-
Dear GraalVM community, I am trying to use GraalVM to build a shared library, then call the so file through C language and package it as a MySQL UDF function. After I deployed UDF to MySQL Server, an …
-
Thanks for your excellent research work, now I have a few questions:
What is the method you use to extract mesh when using UDF for reconstruction? The method I use is https://github.com/cvlab-epfl/Me…
-
As was noted by @vladl2802 in #11416 we have non even distribution of values between buckets while spilling.
The root couse of it is that we rely on a hash function here: https://github.com/ydb-plat…
-
Do we want to make an explicit snowflake UDF-like structure?
-
provide support for udf (see https://openeo.org/documentation/1.0/udfs.html#user-defined-functions). It seems tensorlakehouse-openeo-driver needs to register run_udf function
```shell
Traceback (m…
-
e.g., adding chrono which is already used
![Screenshot from 2024-10-11 22-42-07](https://github.com/user-attachments/assets/471f44c0-d033-495f-be22-6e80e0bcd537)
I suspect it would be best to fi…
-
When publishing a package, files are taken from the package root. However, additional sources, like build-generated files (e.g., .jar), may need inclusion. For instance, when publishing a UDF, metadat…
-
The container generated by the image on interbase git installs version 18 of Linux and Interbase 2020 update 4
To use UDFs developed with Delphi 12.1 you need glibc_2.34 which is not available in ver…
-
### Description
Currently, the loaded native udf will be registered into Spark's FunctionRegistry to make the udf pass SQL analysis. However, the registration is opaque to the users, also it's not …