You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/03 09:30:00 UTC

[jira] [Commented] (KYLIN-4974) Kylin does not handle fucntion CURRENT_TIME().

    [ https://issues.apache.org/jira/browse/KYLIN-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17437854#comment-17437854 ] 

ASF GitHub Bot commented on KYLIN-4974:
---------------------------------------

zhangayqian commented on pull request #1637:
URL: https://github.com/apache/kylin/pull/1637#issuecomment-958778025


   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kylin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Kylin does not handle fucntion CURRENT_TIME().
> ----------------------------------------------
>
>                 Key: KYLIN-4974
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4974
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: v3.1.1
>            Reporter: Alexander
>            Assignee: Alexander
>            Priority: Minor
>             Fix For: v3.1.3
>
>
> Select query:
> {code:java}
> ==========================[QUERY]===============================
> Query Id: 4e8c6498-9736-604f-ca84-c537e749448b
> SQL: select CURRENT_TIME() from KYLIN_SALES
> {code}
> Response:
> {code:java}
> org.apache.kylin.rest.exception.InternalErrorException: No DataTypeSerializer for type timeorg.apache.kylin.rest.exception.InternalErrorException: No DataTypeSerializer for type timewhile executing SQL: "select * from (select CURRENT_TIME() from KYLIN_SALES) limit 50000" at org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:486) at org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:401) at org.apache.kylin.rest.controller.QueryController.query(QueryController.java:93)
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)