https://linen.dev logo
Join Slack
Powered by
# dev
  • k

    kfaraz

    08/24/2022, 6:41 AM
    Please review small PR to correctly throw parse exception for multi-valued numeric dims: https://github.com/apache/druid/pull/12953
    πŸ‘ 1
  • g

    Gian Merlino

    08/24/2022, 4:03 PM
    PSA: I suspect any open PR needs to merge master in order to pass CI, due to the recent module changes from https://github.com/apache/druid/pull/12368.
    it-tools
    is gone, so the older .travis.yml in some PR branches won't build any longer. I tried retriggering builds and it didn't help, so I suspect the merge from master -> branch needs to be done manually by contributors
  • p

    Paul Rogers

    08/24/2022, 7:52 PM
    Sorry! This is due to a rename of an IT module. Looks like the build is trying to use the old Travis file with the new code.
  • p

    Paul Rogers

    08/24/2022, 7:52 PM
    The solution is to rebase on master to pick up the new travis file.
  • a

    Abhishek Agarwal

    08/25/2022, 9:20 AM
    documentation of org.apache.calcite.rel.core.Window.RexWinAggCall πŸ˜„
    Copy code
    /**
       * A call to a windowed aggregate function.
       *
       * <p>Belongs to a {@link Window.Group}.
       *
       * <p>It's a bastard son of a {@link org.apache.calcite.rex.RexCall}; similar
       * enough that it gets visited by a {@link org.apache.calcite.rex.RexVisitor},
       * but it also has some extra data members.
       */
    😜 1
  • s

    Slackbot

    08/25/2022, 11:52 AM
    This message was deleted.
    c
    g
    • 3
    • 4
  • a

    Abhishek Agarwal

    08/25/2022, 4:12 PM
    I could use a review on https://github.com/apache/druid/pull/12975
    πŸ‘ 1
  • s

    Slackbot

    08/25/2022, 6:21 PM
    This message was deleted.
    g
    • 2
    • 1
  • g

    Gian Merlino

    08/26/2022, 1:08 AM
    i just commented on this suggestion about scan query ordering: https://github.com/apache/druid/issues/12958#issuecomment-1227904609 curious if i'm missing anything. seems pretty useful
  • s

    Slackbot

    08/26/2022, 5:45 AM
    This message was deleted.
    βœ… 1
    d
    g
    • 3
    • 2
  • s

    Slackbot

    08/27/2022, 7:12 AM
    This message was deleted.
    g
    • 2
    • 3
  • s

    Slackbot

    08/30/2022, 1:34 PM
    This message was deleted.
    g
    • 2
    • 1
  • v

    Vadim

    08/30/2022, 9:23 PM
    Fixing a flakey test: https://github.com/apache/druid/pull/13004
  • s

    Slackbot

    09/02/2022, 10:05 AM
    This message was deleted.
    g
    a
    l
    • 4
    • 5
  • s

    Slackbot

    09/04/2022, 3:41 PM
    This message was deleted.
    a
    d
    g
    • 4
    • 14
  • s

    Slackbot

    09/05/2022, 3:38 PM
    This message was deleted.
    d
    • 2
    • 1
  • s

    Slackbot

    09/06/2022, 5:27 PM
    This message was deleted.
    g
    d
    • 3
    • 9
  • s

    Slackbot

    09/09/2022, 9:34 AM
    This message was deleted.
    l
    k
    • 3
    • 3
  • a

    Amatya Avadhanula

    09/11/2022, 8:09 AM
    Sometimes, queries do not consider data due to incorrect core partition count being set during segment allocation in the same interval. This usually occurs when core partitions are dropped for an interval and data is appended in the presence of stale pending segment entries. https://github.com/apache/druid/pull/13070 attempts to fix it
    πŸŽ‰ 1
  • s

    Slackbot

    09/12/2022, 2:38 PM
    This message was deleted.
    g
    a
    • 3
    • 6
  • s

    Slackbot

    09/12/2022, 8:43 PM
    This message was deleted.
    g
    a
    • 3
    • 2
  • c

    Clint Wylie

    09/13/2022, 8:59 PM
    travis might break on any open PRs, https://github.com/apache/druid/pull/13083 should fix
    πŸ‘ 3
  • t

    Tijo Thomas

    09/15/2022, 6:32 AM
    @Tijo Thomas has joined the channel
  • a

    Amatya Avadhanula

    09/15/2022, 12:44 PM
    https://github.com/apache/druid/pull/13092 is an attempt to make http based TaskRunner, LoadQueue and ServerInventoryView as the default in Druid
    πŸ™Œ 3
  • s

    Slackbot

    09/16/2022, 10:59 PM
    This message was deleted.
    πŸŽ‰ 1
    πŸ™Œ 2
    a
    • 2
    • 1
  • s

    Slackbot

    09/20/2022, 4:34 AM
    This message was deleted.
    g
    • 2
    • 1
  • v

    Vadim

    09/20/2022, 5:19 AM
    Yup
  • t

    Tejaswini Bandlamudi

    09/26/2022, 10:35 AM
    Hello, Here is a PR to introduce idle feature in Seekable stream supervisors if stream is inactive for a while. Please provide your feedback. https://github.com/apache/druid/pull/13144
    πŸŽ‰ 3
  • a

    Abhishek Agarwal

    09/28/2022, 9:45 AM
    https://github.com/apache/druid/pull/13151 - Minor fix for a sql planning bug.
    βœ… 2
  • s

    Slackbot

    09/28/2022, 10:20 AM
    This message was deleted.
    g
    v
    a
    • 4
    • 5
12345Latest