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

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

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


   ## Pull Request Test Coverage Report for [Build 
7080](https://coveralls.io/builds/38854671)
   
   * **1** of **1**   **(100.0%)**  changed or added relevant line in **1** 
file are covered.
   * **13** unchanged lines in **5** files lost coverage.
   * Overall coverage decreased (**-0.005%**) to **28.089%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | 
[core-dictionary/src/main/java/org/apache/kylin/dict/lookup/cache/RocksDBLookupTable.java](https://coveralls.io/builds/38854671/source?filename=core-dictionary%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fdict%2Flookup%2Fcache%2FRocksDBLookupTable.java#L62)
 | 1 | 81.08% |
   | 
[server-base/src/main/java/org/apache/kylin/rest/util/QueryRequestLimits.java](https://coveralls.io/builds/38854671/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Futil%2FQueryRequestLimits.java#L72)
 | 1 | 47.62% |
   | 
[stream-core/src/main/java/org/apache/kylin/stream/core/storage/columnar/ColumnarStoreCache.java](https://coveralls.io/builds/38854671/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fstorage%2Fcolumnar%2FColumnarStoreCache.java#L146)
 | 1 | 56.82% |
   | 
[core-cube/src/main/java/org/apache/kylin/cube/inmemcubing/MemDiskStore.java](https://coveralls.io/builds/38854671/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Finmemcubing%2FMemDiskStore.java#L439)
 | 5 | 77.81% |
   | 
[core-metrics/src/main/java/org/apache/kylin/metrics/lib/impl/MetricsSystem.java](https://coveralls.io/builds/38854671/source?filename=core-metrics%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fmetrics%2Flib%2Fimpl%2FMetricsSystem.java#L46)
 | 5 | 66.67% |
   <!-- | **Total:** | **13** |  | -->
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/38854671/badge)](https://coveralls.io/builds/38854671)
 |
   | :-- | --: |
   | Change from base [Build 7067](https://coveralls.io/builds/38780467): |  
-0.005% |
   | Covered Lines: | 26710 |
   | Relevant Lines: | 95092 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@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.2
>
>
> 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)

Reply via email to