https://pinot.apache.org/ logo
Join Slack
Powered by
# general
  • c

    Carlos Domínguez

    07/12/2021, 6:23 PM
    Even for the past data right?
  • k

    Kishore G

    07/12/2021, 6:25 PM
    with partial upsert you can control this behavior @User @User can provide more update on when the feature will be available
  • y

    Yupeng Fu

    07/12/2021, 6:30 PM
    you can check out this PR https://github.com/apache/incubator-pinot/pull/6899
  • y

    Yupeng Fu

    07/12/2021, 6:30 PM
    we'll add a doc before the release. cc @User
    👍 5
  • c

    Carlos Domínguez

    07/12/2021, 6:33 PM
    Thank U!
  • k

    Karin Wolok

    07/12/2021, 11:54 PM
    Just a reminder about tomorrows meetup! 🙂 https://www.meetup.com/apache-pinot/events/277818929/
    👏 3
  • k

    Kishore G

    07/13/2021, 4:35 PM
    Theta sketches talk happening now -

    https://www.youtube.com/watch?v=HlVZjUCBabk▾

    🙌 2
  • m

    Mark Needham

    07/14/2021, 7:50 AM
    I'm playing with the GitHub events recipe and I wanted to do some filtering of the events based on the timestamp column. I thought the below should give me all the events that happened more than 60 seconds ago:
    Copy code
    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:
    Copy code
    [
      {
        "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:
    Copy code
    where createdTimeMillis < now()
    Then I get a result and no error...
  • x

    Xiang Fu

    07/14/2021, 8:18 AM
    hmm an issue with the type conversion, now() - 1000*60 is converted to a double value
  • s

    Saurabh Dwivedy

    07/14/2021, 11:25 AM
    Hi need help
  • k

    Karin Wolok

    07/14/2021, 3:04 PM
    Reminder about the awesome meetup happening today! 🙂 https://www.meetup.com/apache-pinot/events/279202435/
  • p

    Prashant Pandey

    07/15/2021, 8:56 AM
    Hello everyone 🙂 I was wondering if Pinot has any plans to move long-term data to S3 (etc.) natively?
  • a

    Allison

    07/15/2021, 3:20 PM
    Hi all! Reminder for the meetup today with @User! We're kicking off in 40 mins. Hope to see you there! https://www.meetup.com/apache-pinot/events/277819599/
  • y

    Yupeng Fu

    07/19/2021, 4:24 PM
    hey all, I'll give a talk at the Pinot meetup tomorrow on geospatial support, and highlight a use case of 
    orders-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&amp;_xtd=gatlbWFpbF9jbGlja9[…]WYtNDY3ZS04NmJhLWU1NTBjMTY5ZWZjZg&amp;_af=event&amp;_af_eid=277818952
    🙌 4
    🙌🏻 1
  • k

    Karin Wolok

    07/20/2021, 3:29 PM
    Don't miss today's meetup! https://www.meetup.com/apache-pinot/events/277818952/ With presenter @User
  • y

    Yupeng Fu

    07/20/2021, 4:01 PM
    https://eng.uber.com/orders-near-you/
    🍷 5
  • k

    Karin Wolok

    07/20/2021, 7:00 PM
    Please help us welcome to our newest Pinot community members!!! 🍷 👋 We'd love to know - Where are you from? What do you do? What brought you here? @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User
  • k

    Kishore G

    07/20/2021, 10:29 PM
    hey @User, thanks a lot for authoring this blog post. I thoroughly enjoyed reading it and the kitchen analogy. Some of us who know Apache Pinot in and out might think we are excellent chefs 🍷🍷🍷
    👍 3
  • t

    Trust Okoroego

    07/24/2021, 11:21 AM
    image.png
  • d

    Deepak Mishra

    07/27/2021, 8:38 AM
    Hello everyone , i have created one blog to manage offline flows :- https://medium.com/@deepakcse2k5/manage-offline-flow-in-apache-pinot-86d9fe112acc
    👏 3
  • l

    Lars-Kristian Svenøy

    07/27/2021, 8:46 AM
    Hello! 👋
    👋 3
  • k

    Karin Wolok

    07/27/2021, 2:59 PM
    Meetup reminder today! https://www.meetup.com/apache-pinot/events/277819011/
  • k

    Karin Wolok

    07/28/2021, 6:57 PM
    👋 Hello and welcome to all the new Pinot 🍷 community members! Please tell us who you are and what brought you here! 🙂 @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User
    👋 3
    👋🏻 1
  • y

    Yupeng Fu

    07/29/2021, 3:10 AM
    Thanks:) you can find the recording at https://www.kafka-summit.org/sessions/real-time-analytics-with-upsert-using-apache-kafka-and-apache-pinot after sign in
    👍 1
  • j

    Jonathan Meyer

    08/02/2021, 8:20 PM
    Fantastic news, congratulations ! 🎉
    🍷 2
  • g

    Guruguha Marur Sreenivasa

    08/02/2021, 11:39 PM
    Congratulations team! 😃🎉
    🍷 3
  • a

    Allison

    08/03/2021, 3:37 PM
    Reminder for our meetup today with @User on Apache Pinot & Superset: Forecasting and Visualization! See you soon! https://www.meetup.com/apache-pinot/events/277819593/
    🙌 1
    👀 1
  • s

    Srini Kadamati

    08/03/2021, 3:49 PM
    hope to see everyone in a few minutes 🙂 📈 pinot
  • k

    Karin Wolok

    08/03/2021, 4:21 PM
    👋 Welcome to all the new Pinot community members! 😃 🍷 Would love to know who you are and what brought you here! 🤩 @User @User @User @User @User @User @User @User @User @User @User @User @User @User @User
1...152153154...160Latest