Commit d438c4e
committed
Adds an easyjson marshaler and unmarshaler for execResponseRowType.
This struct has a member with an unexported data type (fieldMetadata).
Without the explicit marshaler/unmarshaler, we cannot use easyjson
outside of this mod.
Failings unit tests
Both upstream and origin
- TestArrowBatchHighPrecision
- TestLongRunningAsyncQueryFetchResultByID
- TestBindingBulkArray
- TestMaxLobSize
- TestUrlDecodeIfNeededE2E
Only origin:
- TestBulkArrayBinding1 parent 900d3f4 commit d438c4e
4 files changed
+392
-349
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
61 | 79 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments