yiming187 commented on issue #106: When I connect kylin with JDBC, the query
date has a problem.
URL: https://github.com/apache/kylin/pull/106#issuecomment-368216841
Hi @starbow727, for questions, please ask it in kylin user mailer, not
github PR. Cloud you close this PR and subscribe to k
asfgit commented on issue #106: When I connect kylin with JDBC, the query date
has a problem.
URL: https://github.com/apache/kylin/pull/106#issuecomment-368213461
Can one of the admins verify this patch?
This is an automated
starbow727 opened a new pull request #106: When I connect kylin with JDBC, the
query date has a problem.
URL: https://github.com/apache/kylin/pull/106
hello,
When I connect kylin with JDBC, the query date has a problem.
The query condition is
WHERE td.ca
chenzhx closed pull request #105: KYLIN-2884 Add delete segment function for
portal - bug fix
URL: https://github.com/apache/kylin/pull/105
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this
Hi Jean_Luc.:
You may need to rewrite your query like the below:
WHERE KYLIN_SALES.DT_PART = date ‘2012-06-24’
Actually, ‘date’ type in kylin should be used like the below:
select TRANS_ID,PART_DT,PRICE from KYLIN_SALES where PART_DT =date '2012-01-01’
OR
select TRANS_ID,PART_DT,PRICE from KYLI
Hi xixin, I think this function is on the way, please check:
https://issues.apache.org/jira/browse/KYLIN-2884
2018-02-24 15:24 GMT+08:00 Xixin :
> Hello Shaofeng,
>
> I also met this problem recently, but a little different with Youcheng's
> problem.
>
> I assigned a timed task for a cube to add