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

    Slackbot

    01/29/2023, 3:46 PM
    This message was deleted.
    r
    k
    +2
    • 5
    • 5
  • s

    Slackbot

    02/02/2023, 8:23 PM
    This message was deleted.
    a
    e
    • 3
    • 3
  • s

    Slackbot

    02/08/2023, 2:02 AM
    This message was deleted.
    j
    c
    +2
    • 5
    • 9
  • s

    Slackbot

    02/09/2023, 4:29 AM
    This message was deleted.
    c
    g
    k
    • 4
    • 5
  • s

    Slackbot

    02/09/2023, 9:36 PM
    This message was deleted.
    g
    m
    • 3
    • 3
  • s

    Slackbot

    02/14/2023, 8:00 PM
    This message was deleted.
    a
    j
    • 3
    • 2
  • j

    Jason Witkowski

    02/14/2023, 8:00 PM
    These PRs all aim to fix the helm chart being broken in general or on newer K8s versions
  • c

    Clint Wylie

    02/18/2023, 12:07 AM
    heads up to anyone with open PRs that modify stuff in druid-core, you will need to merge in master branch since https://github.com/apache/druid/pull/13698 has been merged
  • c

    Clint Wylie

    02/18/2023, 12:08 AM
    github shows conflicts, however git recognizes them as file moves so there isn’t actually anything to do locally other than merge the changes in
  • c

    Clint Wylie

    02/18/2023, 12:08 AM
    unless you added a new file, which will need moved from core/ to the same place in processing/
  • a

    Abhishek Agarwal

    02/21/2023, 3:33 AM
    Just merged https://github.com/apache/druid/pull/13823. If you are seeing static checks failures unrelated to your changes in PRs, Please pull the latest changes from master.
    👍 4
    ❤️ 1
  • s

    Slackbot

    02/24/2023, 10:49 AM
    This message was deleted.
    s
    k
    • 3
    • 3
  • s

    Slackbot

    02/28/2023, 8:28 PM
    This message was deleted.
  • s

    Slackbot

    03/01/2023, 5:41 AM
    This message was deleted.
    🙌 7
    g
    v
    +4
    • 7
    • 98
  • j

    Jason Witkowski

    03/01/2023, 7:43 PM
    Hey All, still have two small helm chart modifications I'm looking to have reviewed. Just merged in latest master. They are relatively small changes that have been open for a few weeks: https://github.com/apache/druid/pull/13796 https://github.com/apache/druid/pull/13806
  • s

    Slackbot

    03/02/2023, 6:36 AM
    This message was deleted.
    b
    s
    a
    • 4
    • 4
  • c

    Clint Wylie

    03/03/2023, 4:11 AM
    https://github.com/apache/druid/pull/13854
    🚀 3
  • s

    Slackbot

    03/06/2023, 10:24 AM
    This message was deleted.
    g
    s
    • 3
    • 6
  • s

    Slackbot

    03/06/2023, 10:42 AM
    This message was deleted.
    b
    s
    g
    • 4
    • 7
  • s

    Slackbot

    03/07/2023, 7:34 PM
    This message was deleted.
    g
    m
    +2
    • 5
    • 12
  • e

    Eric Tschetter

    03/10/2023, 3:22 AM
    We've recently experienced some drift in convention for the log and exception messages being added to the project. I took some time to write down the convention so that it's easier to identify expectations: https://github.com/apache/druid/pull/13916
    👍 2
  • s

    Slackbot

    03/13/2023, 3:03 PM
    This message was deleted.
    g
    m
    • 3
    • 2
  • s

    Slackbot

    03/13/2023, 5:41 PM
    This message was deleted.
    g
    y
    • 3
    • 2
  • s

    Slackbot

    03/14/2023, 7:45 PM
    This message was deleted.
    d
    c
    +2
    • 5
    • 14
  • s

    Slackbot

    03/15/2023, 4:14 PM
    This message was deleted.
    g
    k
    • 3
    • 4
  • s

    Slackbot

    03/17/2023, 8:31 PM
    This message was deleted.
    k
    s
    a
    • 4
    • 4
  • s

    Stewart Duffey

    03/23/2023, 2:19 PM
    Hi I'm new to Druid dev, so might be missing something obvious... I've been investigating the failure of this job: https://github.com/apache/druid/actions/runs/4404793392/jobs/7795322362 I can see there is a unit test that fails under
    jdk8, sql-compat=true
    but passes under
    jdk8, sql-compat=false
    Trying to replicate that locally, I found this in `.github/workflows/reusable-unit-tests.yml`:
    Copy code
    if (${{ inputs.sql_compatibility }} == true); then
      echo "DRUID_USE_DEFAULT_VALUE_FOR_NULL=false" >> $GITHUB_ENV
    else
      echo "DRUID_USE_DEFAULT_VALUE_FOR_NULL=true" >> $GITHUB_ENV
    fi
    However, I'm seeing the test pass in a jdk8 container with this environment variable set: DRUID_USE_DEFAULT_VALUE_FOR_NULL=false Might just be that I need to clear everything down, but I wanted to check if that env var is the only thing I should need to set to replicate
    sql-compat=true
    - or is there something else?
  • s

    Slackbot

    03/23/2023, 3:44 PM
    This message was deleted.
    v
    a
    +2
    • 5
    • 6
  • g

    Gian Merlino

    03/25/2023, 12:18 AM
    FYI, I accidentally pushed a patch to master instead of a PR branch; I pushed a revert too so the effect should be nil. Just saying this in case anyone wonders where the odd commits come from
  • s

    Slackbot

    03/31/2023, 4:07 AM
    This message was deleted.
    c
    v
    j
    • 4
    • 7
12345Latest