HJK181 commented on issue #7262:
URL: https://github.com/apache/pinot/issues/7262#issuecomment-895762497


   @npawar Same result, `cardinality: 1`. I don't understand why it should be 
'$.mapping' the avro field is called `mappingTime` and in my schema definition 
I have configured 
   ```
   "dateTimeFieldSpecs": [
       {
         "name": "timestamp",
         "dataType": "LONG",
         "format": "1:SECONDS:EPOCH",
         "granularity": "15:MINUTES"
       },
       {
         "name": "query.mappingTime",
         "dataType": "LONG",
         "format": "1:SECONDS:EPOCH",
         "granularity": "15:MINUTES"
       }
     ]
   ```
   So `JSONPATHLONG(query, '$.mappingTime', 31536000)` should be correct, 
shouldn't it? But this also results in `cardinality: 1`


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to