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