HJK181 edited a comment on issue #7262:
URL: https://github.com/apache/pinot/issues/7262#issuecomment-895749849


   @npawar I've tried 
   ```
   "transformConfigs": [
     {
       "columnName": "timestamp",
       "transformFunction": "JSONPATHLONG(query, '$.mappingTime', 31536000)"
     }
   ]
   ```
   and
   ```
   "transformConfigs": [
     {
       "columnName": "timestamp",
       "transformFunction": "JSONPATHLONG(query, '$.query.mappingTime', 
31536000)"
     }
   ]
   ```
   both resulting in `Created dictionary for LONG column: timestamp with 
cardinality: 1, range: 31536000 to 31536000` where all rows contain the default 
value.
   
   
![image](https://user-images.githubusercontent.com/11541497/128815923-97f66793-6815-41ab-8fd7-454e2944a691.png)


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