[
https://issues.apache.org/jira/browse/KYLIN-6021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930016#comment-17930016
]
ASF subversion and git services commented on KYLIN-6021:
--------------------------------------------------------
Commit fa490cb879a5c032a9e65bc91ac4f1f8f217c81d in kylin's branch
refs/heads/kylin5 from Shuai li
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=fa490cb879 ]
KYLIN-6021 Add use_excel_serialization=true for CSV
> [Gluten] Gluten query on Hive external tables in CSV format throws an error
> ---------------------------------------------------------------------------
>
> Key: KYLIN-6021
> URL: https://issues.apache.org/jira/browse/KYLIN-6021
> Project: Kylin
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Priority: Major
> Attachments: image-2025-02-19-14-55-57-996.png
>
>
> SQL
> {code:java}
> SELECT CASE c_name WHEN 'a' THEN 'aa' WHEN 'b' THEN 'bb' ELSE c_name END,
> CASE c_name WHEN c_name = 'a' THEN 'aa' WHEN c_name = 'b' THEN 'bb' ELSE
> c_name END, COALESCE(NULL, c_name), NULLIF(1, 1) FROM SSB_QUARD.CUSTOMER AS
> Conditional_Functions {code}
> Exception
> !image-2025-02-19-14-55-57-996.png|width=415,height=298!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)