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

    Mayank

    01/17/2019, 6:35 PM
    I created that ask for some to support aliases for something I was working on.
  • m

    Mayank

    01/17/2019, 6:35 PM
    We do have an internal ticket for it, will bring it up to see if/when it can be supported.
    🙌 1
  • m

    Mayank

    01/17/2019, 6:37 PM
    Would help if you could +1 on the issue, and how you plan to use it.
    👍 1
  • k

    Kishore G

    01/17/2019, 8:13 PM
    Alias support is needed for superset rt?
  • a

    Ananth Packkildurai

    01/18/2019, 4:04 AM
    Yes that is correct
  • s

    Sunitha

    01/18/2019, 4:27 AM
    https://github.com/apache/incubator-pinot/pull/3705 adds LinkedIn codestyle guide to the repo. We might soon enforce this by enabling the build time checkstyle task - does anyone have concerns with it?
  • k

    Kishore G

    01/18/2019, 4:28 AM
    Is this checking for format?
  • k

    Kishore G

    01/18/2019, 4:29 AM
    Or coding conventions as well
  • s

    Sunitha

    01/18/2019, 4:29 AM
    we haven't enabled it, but plan to fail the build if the format is not adhered to
  • k

    Kishore G

    01/18/2019, 4:29 AM
    So only code format?
  • s

    Sunitha

    01/18/2019, 4:29 AM
    I think it has rules basic coding conventions
  • k

    Kishore G

    01/18/2019, 4:29 AM
    Which one did we use?
  • k

    Kishore G

    01/18/2019, 4:30 AM
    google? Linkedin?
  • s

    Sunitha

    01/18/2019, 4:30 AM
    LinkedIn
  • k

    Kishore G

    01/18/2019, 4:31 AM
    Cool. Last time we tried this, we could not get it to work with eclipse and idea
  • s

    Sunitha

    01/18/2019, 4:32 AM
    Jackie added formats for both eclipse and intellij; I haven't tried eclipse though
  • k

    Kishore G

    01/18/2019, 4:32 AM
    We took a file and eclipse and idea would format it differently
  • m

    Mayank

    01/18/2019, 4:32 AM
    I am not sure if this has been tried on eclipse?
  • k

    Kishore G

    01/18/2019, 4:32 AM
    I tried this few years back and gave up
  • m

    Mayank

    01/18/2019, 4:33 AM
    Yes, last time even within Idea, different versions behaved differently
  • m

    Mayank

    01/18/2019, 4:33 AM
    Especially for default values not specified in the file
  • k

    Kishore G

    01/18/2019, 4:33 AM
    I would love to have this enforced if we can get it to work.
  • s

    Sunitha

    01/18/2019, 4:35 AM
    @User - how did you generate the eclipse and intellij files?
  • k

    Kishore G

    01/18/2019, 6:46 PM
    also, does this catch complex one line code?
  • k

    Kishore G

    01/18/2019, 6:46 PM
    deserialize(clazz, io.vavr.collection.HashSet.ofAll(config.entrySet()) .toMap(entry -> Tuple.of(entry.getKey(), entry.getValue().unwrapped())), "");
  • k

    Kishore G

    01/18/2019, 6:46 PM
    first of all this does not compile for me in eclipse
  • s

    Sunitha

    01/18/2019, 6:47 PM
    I doubt it will catch it
  • k

    Kishore G

    01/18/2019, 6:47 PM
    and second, its very taxing for to understand
  • k

    Kishore G

    01/18/2019, 6:47 PM
    for me*
  • s

    Sunitha

    01/18/2019, 6:47 PM
    the quick overview of rules the other day seemed to be more focused on formatting; but I haven't run the checkstyle myself to see what exactly it catches
1...646566...160Latest