You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like a problem of JSON precision loss, where -9223372036854775808 is read as double thus converted to -9223372036854776000.
Do you send the exactly same JSON to the validate API?
Did some research and find this as a known issue in Swagger and there is no plan to fix it: swagger-api/swagger-ui#2030
If you use Swagger to query Pinot, the result might also lose precision. If you try with command line you should be able to see the correct values returned
Calling /tableConfigs/validate will convert a timestamp field to the following
However, if this config is fed to /tableConfigs/validate again, the following error will be thrown
The text was updated successfully, but these errors were encountered: