lâm nguyễn hoàng
11/04/2020, 7:43 PMNoah Prince
11/09/2020, 3:28 PMKishore G
Noah Prince
11/09/2020, 3:34 PMElon
11/10/2020, 4:36 PM{
"schemaName" : "myTable3",
"dimensionFieldSpecs" : [ {
"name" : "col1",
"dataType" : "LONG",
"defaultNullValue" : 0
},
{
"name": "col2",
"dataType": "BOOLEAN",
}],
"metricFieldSpecs" : [ {
"name" : "m1",
"dataType" : "LONG"
} ],
"dateTimeFieldSpecs" : [ {
"name" : "ts",
"dataType" : "LONG",
"format" : "1:MILLISECONDS:EPOCH",
"granularity" : "1:SECONDS"
} ]
}
Becomes this in pinot:
{
"schemaName": "myTable3",
"dimensionFieldSpecs": [
{
"name": "col1",
"dataType": "LONG",
"defaultNullValue": 0
},
{
"name": "col2",
"dataType": "STRING"
}
],
"metricFieldSpecs": [
{
"name": "m1",
"dataType": "LONG"
}
],
"dateTimeFieldSpecs": [
{
"name": "ts",
"dataType": "LONG",
"format": "1:MILLISECONDS:EPOCH",
"granularity": "1:SECONDS"
}
]
}
Jackie
11/10/2020, 6:32 PMBOOLEAN
, you might want to put a defaultNullValue
, or it will use the default null
Noah Prince
11/12/2020, 11:13 PMCloning into '/opt/pinot-build'...
fatal: unable to access '<https://github.com/apache/incubator-pinot.git/>': server certificate verification failed. CAfile: none CRLfile: none
Trying to build the docker containers, I get this. Any quick solutions?Xiang Fu
Ken Krugler
11/13/2020, 11:15 PMElon
11/19/2020, 10:48 PMKen Krugler
11/25/2020, 6:52 PMKen Krugler
11/25/2020, 6:53 PMKen Krugler
11/25/2020, 8:45 PMKishore G
Ken Krugler
11/25/2020, 8:57 PMDaniel Lavoie
11/25/2020, 9:02 PMKen Krugler
11/25/2020, 9:11 PMKen Krugler
11/25/2020, 9:12 PMDaniel Lavoie
11/25/2020, 9:13 PM8:05 AM PST: Kinesis is experiencing increased API errors in the US-EAST-1 Region. This is also causing issues with ACM, Amplify, API Gateway, AppStream2, AppSync, Athena, Cloudformation, Cloudtrail, CloudWatch, Cognito, Connect, DynamoDB, EventBridge, IoT Services, Lambda, LEX, Managed Blockchain, Resource Groups, S3, SageMaker, Support Console, and Workspaces. This issue has also affected our ability to post updates to the Service Health Dashboard.
Daniel Lavoie
11/25/2020, 9:13 PMThis issue has also affected our ability to post updates to the Service Health Dashboard
.Ken Krugler
11/25/2020, 9:13 PMDaniel Lavoie
11/25/2020, 9:13 PMKen Krugler
11/25/2020, 9:15 PMKen Krugler
11/25/2020, 9:16 PMKishore G
Sri Surya
12/02/2020, 5:27 AMSri Surya
12/02/2020, 5:28 AMSri Surya
12/02/2020, 5:28 AMKen Krugler
12/03/2020, 2:58 PMKen Krugler
12/03/2020, 2:58 PM