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
Copy file name to clipboardExpand all lines: pipeline/filters/lua.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,9 @@ pipeline:
178
178
179
179
### Number Type
180
180
181
-
+Lua treats number as double. It means an integer field (e.g. IDs, log levels) will be converted double. To avoid type conversion, The `type_int_key` property is available.
181
+
Lua treats numbers as a double type.
182
+
It means an integer field (e.g. IDs, log levels) will be converted to a double.
183
+
To avoid type conversion, the `type_int_key` property is available.
0 commit comments