-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Support Array parsing in events #37142
Conversation
This pull request was exported from Phabricator. Differential Revision: D45268779 |
Base commit: 1cd0f57 |
This pull request was exported from Phabricator. Differential Revision: D45268779 |
Summary: Pull Request resolved: facebook#37142 This diff introduce support to parse arrays in events. We support parsing Arrays of: - Boolean - Double - Float - Int32 - String Enums - String - Objects - Arrays ## Changelog: [General][Added] - Add generic support for Arrays in Events parsing Reviewed By: dmytrorykun, RSNara Differential Revision: D45268779 fbshipit-source-id: cf3a2c7f18aecda0731dac31e9eca7e92b3281d6
27ab6a7
to
1626bde
Compare
This pull request was exported from Phabricator. Differential Revision: D45268779 |
Summary: Pull Request resolved: facebook#37142 This diff introduce support to parse arrays in events. We support parsing Arrays of: - Boolean - Double - Float - Int32 - String Enums - String - Objects - Arrays ## Changelog: [General][Added] - Add generic support for Arrays in Events parsing Reviewed By: dmytrorykun, RSNara Differential Revision: D45268779 fbshipit-source-id: bc55e5d2943f23a330830f1e1a9df8516415ba93
1626bde
to
2722ac4
Compare
Summary: Pull Request resolved: facebook#37142 This diff introduce support to parse arrays in events. We support parsing Arrays of: - Boolean - Double - Float - Int32 - String Enums - String - Objects - Arrays ## Changelog: [General][Added] - Add generic support for Arrays in Events parsing Reviewed By: dmytrorykun, RSNara Differential Revision: D45268779 fbshipit-source-id: 36b8c565321619f6774c299d4d3ff0a6a9e93d2b
2722ac4
to
1144e88
Compare
This pull request was exported from Phabricator. Differential Revision: D45268779 |
Summary: Pull Request resolved: facebook#37142 This diff introduce support to parse arrays in events. We support parsing Arrays of: - Boolean - Double - Float - Int32 - String Enums - String - Objects - Arrays ## Changelog: [General][Added] - Add generic support for Arrays in Events parsing Reviewed By: dmytrorykun, RSNara Differential Revision: D45268779 fbshipit-source-id: 4ccb4d955a970cb9f9c016067085267ec2f0a389
1144e88
to
9ab9733
Compare
This pull request was exported from Phabricator. Differential Revision: D45268779 |
Summary: Pull Request resolved: facebook#37142 This diff introduce support to parse arrays in events. We support parsing Arrays of: - Boolean - Double - Float - Int32 - String Enums - String - Objects - Arrays ## Changelog: [General][Added] - Add generic support for Arrays in Events parsing Reviewed By: dmytrorykun, RSNara Differential Revision: D45268779 fbshipit-source-id: 301bcb23599e2fd86805d3bedb9ba2a16da8653c
9ab9733
to
900bcc2
Compare
This pull request was exported from Phabricator. Differential Revision: D45268779 |
This pull request has been merged in 6168701. |
Summary: Pull Request resolved: facebook#37142 This diff introduce support to parse arrays in events. We support parsing Arrays of: - Boolean - Double - Float - Int32 - String Enums - String - Objects - Arrays ## Changelog: [General][Added] - Add generic support for Arrays in Events parsing Reviewed By: dmytrorykun, RSNara Differential Revision: D45268779 fbshipit-source-id: 0c6eae65eb2b41ebf7b47a4cc3e0f0e5fa20d871
Summary:
This diff introduce support to parse arrays in events.
We support parsing Arrays of:
Changelog:
[General][Added] - Add generic support for Arrays in Events parsing
Differential Revision: D45268779