Weixiang Sun
01/11/2023, 10:12 PMvishal
01/12/2023, 10:14 AMAPPEND
and UNION
strategies. how to configure it?Sachin Mittal Consultant
01/12/2023, 7:06 PMEvan Galpin
01/12/2023, 7:32 PMAvgAggregationFunction.java
it looks as though null handling is implemented, but it seems that avg
is still including nulls in the count (where avg is implemented as sum/count). I confirmed this using filtering, and test data where there are only 2 rows like this:
myCol
-------
1
null
No filtering:
SELECT avg(myCol) from myTable
results in 0.5
With filtering:
SELECT avg(myCol) from myTableWHERE myCol is not null
results in 1
Is this expected? Looks like a bug to me.Evan Galpin
01/12/2023, 7:41 PMmahmoud elhalwany
01/16/2023, 10:30 AMRohit Anilkumar
01/17/2023, 3:22 PMPeter Pringle
01/18/2023, 12:56 AMPeter Pringle
01/18/2023, 12:56 AMPeter Pringle
01/18/2023, 3:53 AMAshwin Raja
01/18/2023, 6:32 PMJeyaraj Vellaisamy
08/23/2022, 3:31 PMCREATED
with epoch timestamp in seconds. But Pinot gives only Epoch datatype in Milliseconds.
Can someone help me to move forward?Ashwin Raja
01/18/2023, 10:21 PMArthur Zhou
01/20/2023, 12:31 AMAbhijeet Kushe
01/20/2023, 1:08 AMRajan Garg
01/20/2023, 10:57 AMAll illegal access operations will be denied in a future release
2023/01/19 12:25:41.149 INFO [PinotAdministrator] [main] Usage: pinot-admin.sh <subCommand>
Here is the dockerFile link:
https://github.com/apache/pinot/blob/master/docker/images/pinot/Dockerfile
This error is because of line 66.
can somebody please help me with this?Ashwin Raja
01/20/2023, 8:28 PMGitBook
stuff I should do?Xiang Fu
Abhijeet Kushe
01/23/2023, 11:04 PM"segmentsConfig": {
"timeType": "MILLISECONDS",
"schemaName": "workflowEvents",
"retentionTimeUnit": "DAYS",
"retentionTimeValue": "1826",
"timeColumnName": "eventTimestamp",
"allowNullTimeValue": false,
"replicasPerPartition": "3",
"segmentPushType": "APPEND"
}
Abhijeet Kushe
01/23/2023, 11:11 PM{
"segment.creation.time": "1674507284747",
"segment.flush.threshold.size": "5000000",
"segment.name": "workflowEvents__1__444__20230123T2054Z",
"segment.realtime.numReplicas": "3",
"segment.realtime.startOffset": "{\"shardId-000000000001\":\"49632676210804516725069199056584947625655896387241377810\"}",
"segment.realtime.status": "IN_PROGRESS",
"segment.table.name": "workflowEvents",
"segment.type": "REALTIME"
}
Cheguri Vinay Goud
01/24/2023, 3:18 PMRohit Anilkumar
01/25/2023, 2:59 PMBecker Ewing
01/25/2023, 4:28 PMAbhijeet Kushe
01/25/2023, 4:31 PMStuart Millholland
01/25/2023, 7:38 PMXiang Fu
Cheguri Vinay Goud
01/27/2023, 9:46 AMvishal
01/27/2023, 9:52 AMdocker run --rm -ti \
--network pinot-demo --name=kafka \
-e KAFKA_ZOOKEEPER_CONNECT=pinot-zookeeper:2181/kafka \
-e KAFKA_BROKER_ID=0 \
-e KAFKA_ADVERTISED_HOST_NAME=kafka \
-p 9092:9092 \
-d bitnami/kafka:latest
but can not see docker container.Enzo DECHAENE
01/27/2023, 2:34 PMRohit Anilkumar
01/27/2023, 2:53 PM