adrevant

Results 6 comments of adrevant

Running the exact same query on dbaver but with 'full_sorting_merge' quoted actually worked: ``` ... SETTINGS join_algorithm='full_sorting_merge', optimize_read_in_order=1, optimize_sorting_by_input_stream_properties=1 ```

Thank you! Your suggestion worked just fine. Looking forward for the next release!

Hello @slvrtrn. Something I recently discovered is that for date columns of specific type `Nullable(Date)` I can easily perform aggregations (count, sum, avg, ...) by date truncated by day, week,...

@slvrtrn [latest](https://github.com/metabase/metabase/releases) seems to be 0.46.6.4

Hello! Having a similar issue here (and it also happens on Dbeaver). My columns have America/Mexico_City timezone but when trying to build some metrics with Metabase, it tries to cast...