-
### Steps to reproduce the behavior (Required)
* TPCDS-100g, 3be
* Q-67
```sql
select *
from (select i_category
,i_class
,i_brand
,i_product_name
…
-
Now, Doris's query optimizer is inherited from Apache Impala. Current optimizer is based on rule and not a cost based optimizer, as a result for some query it can't get optimal execution plan. Besides…
-
### Steps to reproduce the behavior (Required)
1. DROP DATABASE IF EXISTS g0;
CREATE DATABASE g0;
USE g0;
admin set frontend config ("enable_decimal_v3" = "true");
CREATE TABLE t0 (c_0_0 BIGI…
-
### Steps to reproduce the behavior (Required)
1. create table:
tpcds tables with 1G data;
2. execute the query which generated by sqlsmith:
```
select
starts_with(
cast(trim(
…
-
### Steps to reproduce the behavior (Required)
```
SELECT * from hive_ssb_1t_parquet_customer as ref_0 right join metrics_detail as ref_1 on (ref_0.c_custkey = ref_1.tags_id) right join…
-
### Steps to reproduce the behavior (Required)
```
DROP DATABASE IF EXISTS w36;
CREATE DATABASE w36;
USE w36;
admin set frontend config ("enable_decimal_v3" = "true");
CREATE TABLE IF NOT EX…
-
### Steps to reproduce the behavior (Required)
1. CREATE TABLE `tpcds_100g_time_dim` (
`t_time_sk` int(11) NOT NULL COMMENT "",
`t_time_id` char(16) NOT NULL COMMENT "",
`t_time` int(11)…
-
### Steps to reproduce the behavior (Required)
1. CREATE TABLE:
```
CREATE TABLE `aggregate_table_with_null` (
`k1` date,
`k2` datetime,
`k3` …
-
### Steps to reproduce the behavior (Required)
```
DROP DATABASE IF EXISTS g3;
CREATE DATABASE g3;
USE g3;
admin set frontend config ("enable_decimal_v3" = "true");
CREATE TABLE IF NOT EXIST…
-
### Steps to reproduce the behavior (Required)
```
DROP DATABASE IF EXISTS g92;
CREATE DATABASE g92;
USE g92;
admin set frontend config ("enable_decimal_v3" = "true");
CREATE TABLE t0 (c_0_0…