Oleks V
Oleks V
@gkorland @fe2s Please check this PR, also jedis version updated to 3.3.0 as in 3.2.0 there is a critical auth issue https://github.com/xetorthio/jedis/pull/2154
@fe2s @gkorland ^^^
@ike560 it is valid sql. You can group by company, stock_code but still have only company in select. That doesn't make much sense, but it is still valid
@andygrove I'd like to investigate this as part of #2910
Rev engineered data from sqlfuzz, quick test to reproduce the behavior ``` #[tokio::test] async fn hj_non_compat() -> Result { let schema = Arc::new(Schema::new(vec![ arrow::datatypes::Field::new( "column_1", DataType::Int32, false, ), arrow::datatypes::Field::new( "column_2",...
hi @catcher92 I also added https://github.com/RedisLabs/spark-redis/pull/245 for sentinels. could you please check it? It works now in our organizatin
@waitingkuo I'd pick this up if no objections
We should rename slack and discord channels?
The TPCH benchmarks for SMJ https://github.com/apache/arrow-datafusion/pull/10092
Only Q21 failing