DTStack / Taier

Taier is a big data development platform for submission, scheduling, operation and maintenance, and indicator information display
https://dtstack.github.io/Taier/
Apache License 2.0
1.31k stars 325 forks source link

[Bug] [Module Name] Bug title #1055

Open SunnyAI opened 1 year ago

SunnyAI commented 1 year ago

Search before asking

What happened

image hive sql 窗口编辑器,,执行一条 带有 count ,where distinct sum 函数或者条件的sql语句会报错,但是select from student 不会报错,select count() from student select * from student where id=1 这样的语句会报错

What you expected to happen

能正确执行语句,带有函数或者条件 ,group by,order by

How to reproduce

image

Anything else

No response

Version

master

Are you willing to submit PR?

Code of Conduct

vainhope commented 1 year ago

可以通过beeline 执行下该语句试试 或者看下hiveserver2的具体报错信息

SunnyAI commented 1 year ago

hive 下 能通过,但是我表里有数据,count却为0

SunnyAI commented 1 year ago

1682061540989 taier不行,会报错 1682061640311

vainhope commented 1 year ago

可以看下hiveserver2的报错日志吗

SunnyAI commented 1 year ago

image