-
Pip installs tensorflow 2 if the version is not pinned. However, the UDF still uses version 1.3.
https://github.com/exasol/data-science-examples/blob/cb49d83b4600aad77a7e26244c16d42f668d358d/exampl…
-
## Summary
dnsjava is an implementation of DNS in Java. Records in DNS replies are not checked for their relevance to the query, allowing an attacker to respond with RRs from different zones. This vul…
-
### Is your feature request related to a problem?
Pattern recognition in Flink enables searching for a set of event patterns in data streams. Flink comes with a [complex event processing (CEP) libr…
-
Some queries using the virtual schema fail when converting numeric types, e.g.
```sql
SELECT FLOOR("FIELD") FROM VIRTUAL_SCHEMA."index";
SELECT TRUNC(123.4567, 2) FROM VIRTUAL_SCHEMA."index";
``…
-
We released [slct 0.19.0](https://github.com/exasol/script-languages-container-tool/releases/tag/0.19.0) and should use it here.
## Acceptance criteria
* [x] Update to Python 3.10: Already done …
-
Following up on https://github.com/jOOQ/jOOQ/issues/16865 by @MikePSQR, the same issue seems to happen also with `TIME(0)` (or `LOCALTIME(0)`) data types. `OFFSETDATETIME(0)` and `INSTANT(0)` are also…
-
# Background
This one works everywhere (as you understand, any JAR can be used as we don't access its methods):
```
CREATE OR REPLACE JAVA SCALAR SCRIPT test.java_udf_1(col1 VARCHAR(2000000)) EMI…
-
* [x] Use latest drivers and ExaPlus from the URLS behind [downloads.exasol.com](https://downloads.exasol.com/clients-and-drivers/odbc)
* Old: https://exasol-script-languages-dependencies.s3.eu-cen…
-
SELECT TRANSFORMERS.TE_MODEL_DOWNLOADER_UDF(
'd4data/bias-detection-model',
'translate',
'TRANSFORMERS_BUCKET',
''
)
```
Code: 0, SQL State: 22002] VM error: F-UDF-CL-LIB-1…
-
Currently the pandas SQL logic is using SQLAlchemy with results being returned as Python objects before being converted to a DataFrame. While the API is simple, it doesn't have good performance charac…