theirix

Results 46 comments of theirix

> @theirix thanks for the heads up, can you link to the removal for context? Sure! https://github.com/clap-rs/clap/issues/4132

> Thanks for bringing this up! Let's consider moving over to [uv](https://docs.astral.sh/uv/) Good idea! Grabbing it next week

Fn+Up / Fn+Down does not scroll chat view at all, even with a laptop keyboard. Only trackpad swipes work. It is very uncomfortable.

Thank you for the review and suggestions! I'll rework the testing approach and get back with the improved version.

> According to PostgreSQL's reference: https://wiki.postgresql.org/wiki/TABLESAMPLE_Implementation#SYSTEM_Option I believe `SYSTEM` option is equivalent to keep the entire `RecordBatch` according to the specified probability, this rewrite rule implemented here is sampling row...

> I'd like to double-check if a volatile filter pushdown to a Parquet executor is expected. In the mentioned PR, I disabled optimisation in a logical plan optimiser to push...

> @2010YOUY01 I'd like to double-check if a volatile filter pushdown to a Parquet executor is expected. In the mentioned PR, I disabled optimisation in a logical plan optimiser to...

Thank you so much, @aditanase! Your `LIMIT` idea looks useful and should bring performance improvements. There are numerous advanced use cases and possible data source-level optimisations for table sampling. To...

Unstale for a reference in the improved PR (sampling via extension)