https://pinot.apache.org/ logo
Join Slack
Powered by
# transform-functions
  • n

    Neha Pawar

    04/27/2020, 9:19 PM
    true. but right now i'm ending up with 2 SchemaUtils, 1 in common and 1 in core.
  • n

    Neha Pawar

    04/27/2020, 9:20 PM
    because common cannot access core
  • j

    Jackie

    04/27/2020, 9:21 PM
    I see. For now I think you can merge them into common
  • n

    Neha Pawar

    04/27/2020, 9:22 PM
    i need it in core
  • n

    Neha Pawar

    04/27/2020, 9:22 PM
    because the validate needs ExpressionEvaluator
  • n

    Neha Pawar

    04/27/2020, 9:22 PM
    which i'm moving to core. So that it can be along with the FunctionRegistry/FunctionInvoker/FunctionExpressionEvaluator etc
  • n

    Neha Pawar

    04/27/2020, 9:23 PM
    for now, i could have 2 SchemaUtils, which we can merge when the modules are merged
  • n

    Neha Pawar

    04/27/2020, 9:23 PM
    can name it differently
  • j

    Jackie

    04/27/2020, 9:24 PM
    Either way works
  • j

    Jackie

    04/27/2020, 9:24 PM
    No need to worry about core and common for now
  • n

    Neha Pawar

    04/27/2020, 9:25 PM
    👍
  • n

    Neha Pawar

    04/27/2020, 9:31 PM
    https://github.com/apache/incubator-pinot/pull/5310
  • n

    Neha Pawar

    04/27/2020, 9:31 PM
    @User ^^
  • k

    Kishore G

    04/27/2020, 9:33 PM
    Yes. Core common is A mess rt now. We can clean that up later
  • j

    Jackie

    04/27/2020, 9:33 PM
    https://github.com/apache/incubator-pinot/pull/5309 This one passed all the tests
  • j

    Jackie

    04/27/2020, 9:33 PM
    We are able to decouple schema completely
  • k

    Kishore G

    04/27/2020, 9:42 PM
    whats the order in which these PRs should go in?
  • n

    Neha Pawar

    04/27/2020, 9:45 PM
    nice Jackie!
  • n

    Neha Pawar

    04/27/2020, 9:46 PM
    i dont think it'll matter. we're not touching the same files
  • n

    Neha Pawar

    04/27/2020, 9:47 PM
    but i would like it if mine goes first 😛
  • j

    Jackie

    04/27/2020, 9:47 PM
    Lol, I'm okay either way
  • j

    Jackie

    04/27/2020, 9:47 PM
    We both accessed
    SchemaFieldExtractorUtils
  • n

    Neha Pawar

    04/27/2020, 9:47 PM
    wait i dont see it in yours
  • n

    Neha Pawar

    04/27/2020, 9:48 PM
    ah okay, accessed
  • j

    Jackie

    04/27/2020, 9:48 PM
    You renamed it, I accessed it, so there will be conflict
  • j

    Jackie

    04/27/2020, 9:48 PM
    But easy to fix
  • n

    Neha Pawar

    04/30/2020, 1:55 AM
    please look @User
  • n

    Neha Pawar

    04/30/2020, 1:55 AM
    https://github.com/apache/incubator-pinot/pull/5320
  • k

    Kishore G

    05/23/2020, 3:32 PM
    @User has left the channel
  • e

    Ehsan Irshad

    04/12/2023, 3:56 AM
    Hi. Is there a way to enable following use case with in pinot? 1. Input Single Row with
    col1
    (Single value) 2. Apply scalar function to break
    col1
    into
    col2
    (Multi Value) 3. Apply complex config to un-nest the entries in
    col2