dd-willgan opened a new issue, #12020:
URL: https://github.com/apache/pinot/issues/12020

   Calling /tableConfigs/validate will convert a timestamp field to the 
following
   
   ```
   "dateTimeFieldSpecs": [
        {
                "format": "1:MILLISECONDS:EPOCH",
                "sampleValue": null,
                "granularity": "1:MILLISECONDS",
                "singleValueField": true,
                "name": "created_at_epoch_ms",
                "maxLength": 512,
                "dataType": "LONG",
                "transformFunction": null,
                "defaultNullValue": -9223372036854775808,
                "virtualColumnProvider": null,
                "defaultNullValueString": "-9223372036854775808"
        }
   ]
   ```
   
   However, if this config is fed to /tableConfigs/validate again, the 
following error will be thrown
   
   ```
   exception: Cannot convert value: \'-9223372036854776000\' to type: 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to