Case Nelson
Case Nelson
One other point, vimscript is probably the worst client plugin language in use, so that also played into the decision to lift their scheme, knowing that it would be far...
So, for completion, we don't actually need to parse, if we simply tokenized with something like indexingpushbackreader, I believe we could avoid a lot of this.
@ranquild Can you show what mlv2 calls are happening here?
For background, the coercer was created 100% to make building trees of java objects easier. Without that requirement, I imagine it's more confusing/brittle/hard to maintain than useful. It was never...
I believe that this may no longer be possible to hit from built queries. Steps to reproduce: ``` (bigquery.tx/execute! (format "CREATE TABLE %s (company STRING, founded TIMESTAMP) PARTITION BY DATE(founded)...
@paoliniluis yes, changing the timezone does put the timezone into `timestamp_trunc` but only on the RHS now. I can create a native query that exhibits the issue, but not from...
Related issue that are showing the `OST` logs. https://github.com/metabase/metabase/issues/36774
Reproduction steps: - On a metabase instance running outside AWS - Make a native query against a redshift test data orders table (this schema is in our dev redshift instance)...