Dr. Sebastian Lehrig
Dr. Sebastian Lehrig
Thanks - and wow, that appears like a strange side-effect of the data collator. Is that really needed? Why not make it more explicit? For example, extend `DefaultDataCollator` with an...
Interesting, that'd be great especially for clarity. https://huggingface.co/docs/datasets/use_with_tensorflow#data-loading already improved clarity, yet, all those options will still confuse people. Looking forward to those advances in the hope there'll be only...
Building the docker image on ppc64le hardware works now (I checked out master & simply build using 392 artifacts): ``` root@p1313-kvm1:~/trino/core/docker# uname -a Linux p1313-kvm1 4.15.0-171-generic #180-Ubuntu SMP Wed Mar...
I noticed a minor (documentation) bug - ppc64le needs to be added here now: https://github.com/trinodb/trino/blob/master/core/docker/build.sh#L11
The trino client appears to be buggy for my setup - my shell freezes/looses its prompt exactly here: ``` root@p1313-kvm1:~# docker exec -it trino trino trino> ``` Something like this...
> The CLI is using [JLine](https://github.com/jline/jline3). Could you see if their demo works or has the same problem? On a ppc64le machine, I went into this container: `docker run -it...
> Try running the CLI with JNA disabled: > > ``` > java -Dorg.jline.terminal.jna=false -jar /usr/bin/trino > ``` > > Thanks for testing. This one works: ``` trino@4a11426d6a10:/$ java -Dorg.jline.terminal.jna=false...
> @lehrig can you build last released version and test it? @wendigo what do you mean exactly? - The trino client in 392 (which I simply reused from the released...
> @lehrig Jline. There were couple of changes since last release so I'd like to rule them out Sure, so I proceeded as before but did `git checkout jline-parent-3.21.0` before...
> Hmm, I wonder if their demo is using Jansi rather than JNA by default. Good point - I found this line here: https://github.com/jline/jline3/blob/jline-parent-3.21.0/demo/jline-gogo.sh#L51 So, I rerun the demo using...