Sukesh Boggavarapu
07/28/2022, 12:29 AMMergeRollupTask
?Peer Mohamed Sharfaraz Baari
07/28/2022, 9:09 AMsuraj sheshadri
07/28/2022, 3:51 PMTiger Zhao
07/28/2022, 8:59 PMNizar Hejazi
07/28/2022, 11:54 PMARRAY '[' value [, value ]* ']' Creates an array from a list of values.
Jasper Potts
07/29/2022, 12:41 AM{
"schemaName": "balance",
"dimensionFieldSpecs": [
{
"name": "account_id",
"dataType": "STRING"
},
{
"name": "token_id",
"dataType": "STRING"
},
{
"name": "balance",
"dataType": "LONG"
}
],
"dateTimeFieldSpecs": [
{
"name": "consensus_timestamp",
"dataType": "LONG",
"format": "1:NANOSECONDS:EPOCH",
"granularity": "1:NANOSECONDS"
}
]
}
I am trying to find out the most recent balance for each account_id & token_id pairs. I can't seem to see a easy way to do that without many queries?pranay
07/31/2022, 7:38 AMpranay.sankpal@ITIN000509-MAC pinot % java -version
openjdk version "1.8.0_302"
OpenJDK Runtime Environment Corretto-8.302.08.1 (build 1.8.0_302-b08)
OpenJDK 64-Bit Server VM Corretto-8.302.08.1 (build 25.302-b08, mixed mode)
pranay.sankpal@ITIN000509-MAC pinot % mvn -version
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /usr/local/Cellar/maven/3.8.5/libexec
Java version: 18.0.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/18.0.1/libexec/openjdk.jdk/Contents/Home
Default locale: en_IN, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac"
pranay.sankpal@ITIN000509-MAC pinot % mvn install package -DskipTests -Pbin-dist
[ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check (default) on project pinot-spi: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check failed: java.lang.reflect.InvocationTargetException: class com.google.googlejavaformat.java.RemoveUnusedImports (in unnamed module @0x687d31a9) cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x687d31a9 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check (default) on project pinot-spi: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check failed: java.lang.reflect.InvocationTargetException
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104)
at java.lang.reflect.Method.invoke (Method.java:577)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check failed: java.lang.reflect.InvocationTargetException
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] <http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException>
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :pinot-spi
i'm new to Java and this project, small help will be appreciated 🙂Jasper Potts
08/01/2022, 6:19 PMJasper Potts
08/01/2022, 5:19 PMBobby Richard
08/02/2022, 6:32 PMEhsan Irshad
08/03/2022, 8:49 AMDaniel Nanassy
08/03/2022, 10:10 AMabhinav wagle
08/03/2022, 9:25 PMPeter Pringle
08/04/2022, 2:46 AMAndy Li
08/04/2022, 6:35 PMdynamicFilterAssignments
, but doesn't look like the plan is able to take into account or pass this information into the connector. Is there a way to order the source nodes or pass this information down, or what would we need to build in support for this?suraj sheshadri
08/04/2022, 11:17 PMsuraj sheshadri
08/05/2022, 12:52 AMEdwin Law
08/05/2022, 2:13 AMJasper Potts
08/08/2022, 4:44 PM"0.0.89748-1612413398-472232185"
and select * where id = '...' performance
is horrible. Just times out after 10 seconds. I assume I need to add a reverse index, the question is should it be dictionary or non-dictionary?Rong R
08/08/2022, 8:15 PMbin/pinot-admin.sh Quickstart -type MULTI_STAGE
3. run queries by checking the v2 engine selection box (see attachments)
We would like to also invite you to join the #C03Q4A11GC9 to discuss the future of the new v2 engine to
• share real-world use cases and stories;
• file bug reports and other issues/comments during try-out;
• collaborate to add more SQL semantic features & performance improvement patches.
Thank you!Yarden Rokach
Huaqiang He
08/09/2022, 1:41 PMrobert zych
08/09/2022, 7:57 PMJohnny Cao
08/09/2022, 8:30 PMWei Li
08/09/2022, 10:34 PMcount(a) / count(b)
to 0 when count(b) = 0
instead of NaN
or Infinity
? Nan
and Infinity
isn’t really sort friendly.Deena Dhayalan
08/10/2022, 7:43 AMluanmorenomaciel
08/10/2022, 3:43 PMBen San Nicolas
08/10/2022, 6:44 PMRomil Punetha
08/11/2022, 7:43 AMfailed to index value with DICTIONARY
when ingesting avro-formatted data from Kafka. Any ideas? Using KafkaConfluentSchemaRegistryAvroMessageDecoder.Timothy James
08/11/2022, 11:00 PM