quietgopher commented on issue #5474:
URL:
https://github.com/apache/incubator-pinot/issues/5474#issuecomment-636968434
I'm working on a diff.
Here's an example of the copy/paste issue (simplified since I don't want to
post the full config).
in the table config:
```
{
"tableName": "metrics",
...
"tableIndexConfig" : {
"starTreeIndexConfigs": [
{
...
"functionColumnPairs": [
"SUM__impressions",
...
]
},
```
then in the metrics schema:
```
{
"schemaName": "metrics",
"metricFieldSpecs": [
...
{
"name": "SUM__impressions",
"dataType": "LONG"
},
...
]
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]