https://pinot.apache.org/ logo
Join SlackCommunities
Powered by
# pinot-dev
  • d

    Daniel Lavoie

    07/31/2020, 3:27 PM
    If we had proper version definition and not placeholders, maybe you could rebuild module selectively and not the whole thing everytime something changes ? ๐Ÿ™‚
  • d

    Daniel Lavoie

    07/31/2020, 3:28 PM
    I'm personnaly maintaining a forked of pinot where I apply
    mvn -f src/pom.xml --batch-mode release:update-versions -DdevelopmentVersion=0.5.0-SNAPSHOT
    and it just makes life easier when recompiling.
  • m

    Mayank

    07/31/2020, 3:33 PM
    Donโ€™t be so selfish @User, spread the kindness ๐Ÿ˜›
  • d

    Daniel Lavoie

    07/31/2020, 3:34 PM
    dhaha! It will impact the release proccess and I haven't taken the time to assert the impact of moving to fixed version in all our poms ๐Ÿ˜‰ That's in my backlog
  • k

    Kishore G

    07/31/2020, 3:35 PM
    i also find it painful that we cant compile a single module anymore, I am sure we were able to do this
  • s

    Sajjad Moradi

    07/31/2020, 11:41 PM
    A design doc for inconsistency problems around time boundary calculation in pinot brokers: https://docs.google.com/document/d/1KykbUIstFI7F4IOOlUVnXWzpgKazwRAJdok0RT1ae64/
    Time Boundary on Pinot Broker
    ๐Ÿ‘ 2
  • s

    Sajjad Moradi

    07/31/2020, 11:42 PM
    please review and leave your comments.
  • m

    Mayank

    07/31/2020, 11:42 PM
    Thanks @User
    ๐Ÿ‘ 1
  • o

    Oguzhan Mangir

    08/03/2020, 5:17 PM
    https://github.com/apache/incubator-pinot/pull/5791
  • k

    Kishore G

    08/03/2020, 5:44 PM
    looks simple, please add a test case
  • m

    Mayank

    08/03/2020, 5:54 PM
    Routing table should be same got PQL as well as SQL, right? If so, we don't need a new endpoint.
  • k

    Kishore G

    08/03/2020, 5:55 PM
    hmm, its better to keep it separate so that we can deprecate the previous one
  • k

    Kishore G

    08/03/2020, 5:55 PM
    the compilers are different
  • m

    Mayank

    08/03/2020, 6:11 PM
    I guess my question was for what query would PQL and SQL result in different routing tables?
  • k

    Kishore G

    08/03/2020, 6:38 PM
    it wouldn't but pql parser may not be able to compile the query
  • m

    Mayank

    08/03/2020, 7:36 PM
    I see
  • s

    Sidd

    08/04/2020, 7:00 PM
    This PR's travis build https://github.com/apache/incubator-pinot/pull/5796 is repeatedly failing with the following error:
    Copy code
    Uploading reports
        url: <https://codecov.io>
        query: branch=master&commit=82d5cd333f30dfd404011b4b21c176697e02a92a&build=18227.2&build_url=&tag=&slug=apache%2Fincubator-pinot&yaml=.codecov.yml&service=travis&flags=&pr=5796&job=714640980
        -> Pinging Codecov
        -> Uploading to S3 <https://storage.googleapis.com/c>
        -> View reports at <https://codecov.io/github/apache/incubator-pinot/commit/0a6b0ce7b22a2ea8417d72dea22ecd0ad9b9a9fe>
    +exit 0
    The command "./.travis/.travis_test.sh" exited with 0.
    before_cache
    0.05s$ rm -rf $HOME/.m2/repository/org/apache/pinot
    store build cache
    0.00s
    The job exceeded the maximum time limit for jobs, and has been terminated.
  • s

    Sidd

    08/04/2020, 7:00 PM
    I have rerun it like 4 times
  • s

    Sidd

    08/04/2020, 7:00 PM
    and no luck
  • s

    Sidd

    08/04/2020, 7:00 PM
    @User ran all the tests locally as well and it's all good
  • s

    Sidd

    08/04/2020, 7:01 PM
    anyone else seen this problem?
  • s

    Sidd

    08/04/2020, 7:02 PM
    The PR simply moves around a bit of code
  • j

    Jia Guo

    08/04/2020, 7:02 PM
    Thanks @User
  • m

    Mayank

    08/04/2020, 7:03 PM
    I have been running into intermittent failures lately. It takes 2-3 re-runs for them to pass
  • j

    Jia Guo

    08/04/2020, 7:03 PM
    Weโ€™ve also seen test failure during the travis code coverage stage.
  • m

    Mayank

    08/04/2020, 7:04 PM
    And yes, I saw the same code-coverage related issue with my latest run (it passed on re-run)
  • s

    Sidd

    08/04/2020, 7:04 PM
    Yes, sometimes the code coverage upload also fails (like it is currently failing for Neha's PR).
  • x

    Xiang Fu

    08/04/2020, 8:01 PM
    I have a fix for codecov
  • x

    Xiang Fu

    08/04/2020, 8:02 PM
    https://github.com/apache/incubator-pinot/pull/5795/files
  • x

    Xiang Fu

    08/04/2020, 8:03 PM
    I will separate to another PR
1...181920...30Latest