Commit 5eaf4e9
authored
fix(eap): handle null attribute values (#6837)
Closes https://github.com/getsentry/eap-planning/issues/169
- add null handling in results
- make casted fields nullable
- refactor
Note: do not merge until sentry-side is updated to account for the new
is_null boolean1 parent a8f9563 commit 5eaf4e9
File tree
23 files changed
+698
-963
lines changed- .vscode
- snuba
- datasets/configuration/events_analytics_platform/entities
- web/rpc
- common
- v1
- resolvers
- R_eap_spans
- common
- R_ourlogs
- common
- R_uptime_checks
- common
- common
- tests/web/rpc
- v1
- test_R_ourlogs
- test_endpoint_trace_item_table
23 files changed
+698
-963
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 76 | | |
92 | 77 | | |
93 | 78 | | |
| |||
0 commit comments