Vegard Stikbakke

Results 30 comments of Vegard Stikbakke

> @kpe This is not in Spark yet. We are talking to the Spark community and hope we can get this syntax supported in Spark 3.4. It's a SQL standard...

Nice! On Tue, 1 Feb 2022 at 21:26, Håkon Åmdal ***@***.***> wrote: > @vegarsti FYI > > — > Reply to this email directly, view it on GitHub > ,...

Idea: The `--numeric` flag uses a column integer prefix to indicate which column should be affected. Can change the `-a` flag to do this.

I also find this confusing. Is it possible to ignore this warning? At the moment, I'm not able to use it in a Jenkins pipeline because it returns the wrong...

@mgedmin Unfortunately not yet, need to tick a few boxes first. Will let you know! Thanks for being helpful!

This test takes 0.8s on macOS for me! ``` $ go test ./... -run TestExecuteContextSystemTimeout ok github.com/benhoyt/goawk 0.410s [no tests to run] ok github.com/benhoyt/goawk/internal/ast 0.757s [no tests to run] ok...

@benhoyt This is master! But you're absolutely right, that run did skip the test. But if I remove the `t.Skip()`, I get 0.01s. ``` go test -v ./interp -run "^TestExecuteContextSystemTimeout$"...

Can you walk through what is supposed to happen in 1? I don't understand it, sorry.

The `reverse` function, do you mean on array level, or on string level?