Carlos Domínguez
07/12/2021, 6:23 PMKishore G
Yupeng Fu
07/12/2021, 6:30 PMYupeng Fu
07/12/2021, 6:30 PMCarlos Domínguez
07/12/2021, 6:33 PMKarin Wolok
Mark Needham
select count(*)
from pullRequestMergedEvents
where createdTimeMillis < (now() - 1000*60)
limit 10
But it doesn't seem to be happy about how I tried to compute the timestamp:
[
{
"errorCode": 200,
"message": "QueryExecutionError:\norg.apache.pinot.core.query.exception.BadQueryRequestException: Cannot convert value: '1.626248713067E12' to type: LONG\n\tat org.apache.pinot.core.query.pruner.ColumnValueSegmentPruner.convertValue(ColumnValueSegmentPruner.java:261)\n\tat org.apache.pinot.core.query.pruner.ColumnValueSegmentPruner.pruneRangePredicate(ColumnValueSegmentPruner.java:191)\n\tat org.apache.pinot.core.query.pruner.ColumnValueSegmentPruner.pruneSegment(ColumnValueSegmentPruner.java:105)\n\tat org.apache.pinot.core.query.pruner.ColumnValueSegmentPruner.prune(ColumnValueSegmentPruner.java:76)\n\tat org.apache.pinot.core.query.pruner.SegmentPruner.prune(SegmentPruner.java:45)\n\tat org.apache.pinot.core.query.pruner.SegmentPrunerService.prune(SegmentPrunerService.java:63)\n\tat org.apache.pinot.core.query.executor.ServerQueryExecutorV1Impl.processQuery(ServerQueryExecutorV1Impl.java:271)\n\tat org.apache.pinot.core.query.executor.ServerQueryExecutorV1Impl.processQuery(ServerQueryExecutorV1Impl.java:215)\n\tat org.apache.pinot.core.query.executor.QueryExecutor.processQuery(QueryExecutor.java:60)\n\tat org.apache.pinot.core.query.scheduler.QueryScheduler.processQueryAndSerialize(QueryScheduler.java:157)\n\tat org.apache.pinot.core.query.scheduler.QueryScheduler.lambda$createQueryFutureTask$0(QueryScheduler.java:141)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\n\tat shaded.com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:111)"
}
]
If I had it say:
where createdTimeMillis < now()
Then I get a result and no error...Xiang Fu
Saurabh Dwivedy
07/14/2021, 11:25 AMKarin Wolok
Prashant Pandey
07/15/2021, 8:56 AMAllison
Yupeng Fu
07/19/2021, 4:24 PMorders-near-you
running in Uber Eats app. If you are interested, you can sign up at https://www.meetup.com/apache-pinot/events/277818952/?rv=md1&_xtd=gatlbWFpbF9jbGlja9[…]WYtNDY3ZS04NmJhLWU1NTBjMTY5ZWZjZg&_af=event&_af_eid=277818952Karin Wolok
Yupeng Fu
07/20/2021, 4:01 PMKarin Wolok
Kishore G
Trust Okoroego
07/24/2021, 11:21 AMDeepak Mishra
07/27/2021, 8:38 AMLars-Kristian Svenøy
07/27/2021, 8:46 AMKarin Wolok
Karin Wolok
Yupeng Fu
07/29/2021, 3:10 AMJonathan Meyer
08/02/2021, 8:20 PMGuruguha Marur Sreenivasa
08/02/2021, 11:39 PMAllison
Srini Kadamati
08/03/2021, 3:49 PMKarin Wolok