Rashid
07/26/2021, 12:40 PMLakshmanan Velusamy
07/27/2021, 4:06 AMMap
07/27/2021, 8:41 PMrobert zych
07/28/2021, 7:32 PMPei Wang
07/28/2021, 7:36 PMAash Viswanathan
07/28/2021, 7:51 PMRyan Clark
07/28/2021, 9:24 PMjava.lang.IllegalStateException: Cannot flatten value node: null
robert zych
07/29/2021, 2:10 AMprateek nigam
07/29/2021, 4:58 AMLars-Kristian Svenøy
07/29/2021, 9:42 AMMap
07/29/2021, 4:51 PMsegmentPushType
set to REFRESH
, no segment build will be triggered? Once a segment is flushed, it will be dropped? However, in my test, it seems segments still get builtPala
07/29/2021, 10:28 PMCharles
07/30/2021, 1:09 AMrobert zych
07/30/2021, 4:46 PMCarl
07/30/2021, 5:34 PMWill Gan
07/30/2021, 7:01 PMjava.net.BindException: Address already in use
when I use bin/pinot-admin.sh
? For context I'm using Kubernetes and running the command from the Controller Podxtrntr
07/31/2021, 12:23 AMuserId | time (15 minutes) | cell
a 0 1
a 1 2
a 2 -1
a 3 -1
a 4 -1
a 5 3
a 6 3
..
z 0 1
i’ll like to interpolate the missing values (-1), then query the result of that transformation. my understanding is that pinot doesn’t support subqueries but does so in conjunction with presto, is this the right channel to ask?
# example of values after interpolation
userId | time (15 minutes) | cell
a 0 1
a 1 2
a 2 2
a 3 2 or 3
a 4 3
a 5 3
a 6 3
# example of values after forwardFill
userId | time (15 minutes) | cell
a 0 1
a 1 2
a 2 2
a 3 2
a 4 2
a 5 3
a 6 3
Abhay Rawat
08/02/2021, 12:58 PMPedro Silva
08/02/2021, 2:47 PMKarin Wolok
Elon
08/02/2021, 6:59 PMCarl
08/03/2021, 2:18 AMSaurabh Dwivedy
08/03/2021, 8:03 AMBruce Ritchie
08/03/2021, 7:35 PMEvan Galpin
08/04/2021, 2:35 PMfriends
array (arbitrary example) at the same level as group
. I noted that the docs say this about the unnesting example (emphasis mine):
For instance, the example in the beginning will transform into two rows with this configuration example.Are these then distinct rows in the table, or some kind of special nested rows associated with a top-level row? And if there were another nested/complex field, would that result in a combinatorial explosion in terms of number of rows? A related question: how does this approach work with conjunctions? In the example given where the topics are
paddling
and hiking
, can a query be written to answer the question “which meetup events had talks about both paddling and hiking?”
[1] https://docs.pinot.apache.org/basics/data-import/complex-type#handle-the-complex-type-with-ingestion-configurationsVibhor Jain
08/05/2021, 2:49 PMDavis Treybig
08/05/2021, 7:13 PMNoureddine
08/06/2021, 2:10 PMCharles
08/09/2021, 3:11 AMCharles
08/10/2021, 1:26 AM