-
Notifications
You must be signed in to change notification settings - Fork 1.8k
After lua transformed , all int type values changed to float #5310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting @thomasdba, we'll expedite a fix. |
@thomasdba this is an issue of missing support for Lua 5.3 integers in |
@ktff thanks for investigating this. Could we add a note to the docs for the |
@jszwedko I'm not sure that we need to. This is a missing feature in |
@ktff aha, gotcha 👍 I missed that this was specific to cjson. I thought we were generally converting ints to floats in the Lua transform. Agreed that we don't need to document it then. |
Uh oh!
There was an error while loading. Please reload this page.
Vector Version
0.10.0
Vector Configuration File
Debug Output
Expected Behavior
Actual Behavior
After using lua to transform , all int values were converted to float . for example status:200 is transformed to status: 200.0
Example Data
Additional Context
References
The text was updated successfully, but these errors were encountered: