Ingo Müller

Results 16 comments of Ingo Müller

~~I am having the same problem.~~ Update: I believe that I misconfigured something, but I can't tell exactly what was the problem

I looked into max precision a bit. As always with SQL, things are quite chaotic (even *within different version of the same system*): * DB2 on i has a maximum...

Including submodules, potentially after confirming the necessary rights from the user, seems like an important feature to me! As a work-around, I am currently using the following script, which inlines...

@KaibaLopez, I am not sure what the exact behavior of using `httpRequestTimeoutMs` was and whether or not it applied to uploads. However, it sets [`CURLOPT_TIMEOUT_MS`](https://curl.se/libcurl/c/CURLOPT_TIMEOUT_MS.html), which is a timeout for...

I have the same use case as @ aniecki: I want to call a lambda function from itself, so I need a way to find out the name of the...

I am still interested in a solution.

It seems like this can be activated with a single line of code (see [example usage](https://github.com/trinodb/trino/blob/fe608f2723842037ff620d612a706900e79c52c8/client/trino-cli/src/main/java/io/trino/cli/InputReader.java#L46)).

I just managed to produce a minimal example. Interestingly, this only happens with a DAG of included modules. `a.jq`: ```xquery module namespace a = "a.jq"; import module namespace b =...

The same happens if I use v1.10.0 compiled by myself and run against Spark 2.4 outside Docker. (Note that the command above mounts the current folder into the docker container...