LZGH

Results 3 issues of LZGH

## Feature request **Is your feature request related to a problem? Please describe.** Trino support combine '*' in select list with GROUP BY. StarRocks will report an error when execute...

type/feature-request

### Steps to reproduce the behavior (Required) select date_trunc('month', CURRENT_DATE) - INTERVAL '4' MONTH; The date type is converted to datetime type ### Expected behavior (Required) 2024-06-01 00:00:00.0 ### Real...

type/bug

### Steps to reproduce the behavior (Required) 1. hive table info ``` CREATE TABLE tmp.test_partition( id bigint COMMENT '', name string COMMENT '') COMMENT '测试表' PARTITIONED BY ( dt string...

type/bug