{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":358917250,"defaultBranch":"master","name":"arrow-rs","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-04-17T15:40:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727563764.0","currentOid":""},"activityList":{"items":[{"before":"968bb4ad799f35ed8327fcf61b47b71a6b96316b","after":"dbd5b9694e725e39f850f358c823470131b97c17","ref":"refs/heads/asf-site","pushedAt":"2024-09-29T09:57:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: f0e39cc3cb2f61bbd8294119f4ad9f39545b99f4","shortMessageHtmlLink":"deploy: f0e39cc"}},{"before":"f41c258246cd4bd9d89228cded9ed54dbd00faff","after":"f0e39cc3cb2f61bbd8294119f4ad9f39545b99f4","ref":"refs/heads/master","pushedAt":"2024-09-29T09:54:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Add take_arrays util for getting entries from 2d arrays (#6475)\n\n* Add take_arrays util function\r\n\r\n* Update comments\r\n\r\n* Minor changes","shortMessageHtmlLink":"Add take_arrays util for getting entries from 2d arrays (#6475)"}},{"before":"f0f11faa61baf65c3a402bd9275260fb10213521","after":"968bb4ad799f35ed8327fcf61b47b71a6b96316b","ref":"refs/heads/asf-site","pushedAt":"2024-09-28T22:52:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: f41c258246cd4bd9d89228cded9ed54dbd00faff","shortMessageHtmlLink":"deploy: f41c258"}},{"before":"0a6cf17d437ee37649f875b096640d5b5b5ed2d4","after":null,"ref":"refs/heads/dependabot/cargo/master/tonic-build-eq-0.12.3","pushedAt":"2024-09-28T22:49:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8e0aaadb98a55152259b462ce90ac5f9307a0a41","after":"f41c258246cd4bd9d89228cded9ed54dbd00faff","ref":"refs/heads/master","pushedAt":"2024-09-28T22:49:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tustvold","name":"Raphael Taylor-Davies","path":"/tustvold","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1781103?s=80&v=4"},"commit":{"message":"Update tonic-build requirement from =0.12.2 to =0.12.3 (#6473)\n\n* Update tonic-build requirement from =0.12.2 to =0.12.3\n\nUpdates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.\n- [Release notes](https://github.com/hyperium/tonic/releases)\n- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3)\n\n---\nupdated-dependencies:\n- dependency-name: tonic-build\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \n\n* regenerate vendored code\n\n---------\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Andrew Lamb ","shortMessageHtmlLink":"Update tonic-build requirement from =0.12.2 to =0.12.3 (#6473)"}},{"before":"11d0203b0ade0e960925c424abf31ab11177257d","after":"0a6cf17d437ee37649f875b096640d5b5b5ed2d4","ref":"refs/heads/dependabot/cargo/master/tonic-build-eq-0.12.3","pushedAt":"2024-09-28T09:18:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"regenerate vendored code","shortMessageHtmlLink":"regenerate vendored code"}},{"before":"22389ab35ff6cccdde1ee9ec2b0c89e95dec1e99","after":"f0f11faa61baf65c3a402bd9275260fb10213521","ref":"refs/heads/asf-site","pushedAt":"2024-09-28T08:44:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 8e0aaadb98a55152259b462ce90ac5f9307a0a41","shortMessageHtmlLink":"deploy: 8e0aaad"}},{"before":"ebcc4a585136cd1d9696c38c41f71c9ced181f57","after":"8e0aaadb98a55152259b462ce90ac5f9307a0a41","ref":"refs/heads/master","pushedAt":"2024-09-28T08:41:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Parquet: Verify 32-bit CRC checksum when decoding pages (#6290)\n\n* Parquet: Verify 32-bit CRC checksum when decoding pages\r\n\r\n* Undo cargo toml\r\n\r\n* a\r\n\r\n* enable crc by default\r\n\r\n* a\r\n\r\n* Address comments\r\n\r\n* Add tests that verify crc checks\r\n\r\n* Document feature flag\r\n\r\n* Move documentation around\r\n\r\n* Update parquet/Cargo.toml\r\n\r\nCo-authored-by: Ed Seidl \r\n\r\n* Update parquet/src/file/serialized_reader.rs\r\n\r\nCo-authored-by: Ed Seidl \r\n\r\n* Add license\r\n\r\n* Run cargo +stable fmt --all\r\n\r\n* Revert MD034\r\n\r\n* Applye readme suggestion\r\n\r\n---------\r\n\r\nCo-authored-by: xmakro \r\nCo-authored-by: Ed Seidl ","shortMessageHtmlLink":"Parquet: Verify 32-bit CRC checksum when decoding pages (#6290)"}},{"before":null,"after":"11d0203b0ade0e960925c424abf31ab11177257d","ref":"refs/heads/dependabot/cargo/master/tonic-build-eq-0.12.3","pushedAt":"2024-09-27T13:47:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Update tonic-build requirement from =0.12.2 to =0.12.3\n\nUpdates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.\n- [Release notes](https://github.com/hyperium/tonic/releases)\n- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3)\n\n---\nupdated-dependencies:\n- dependency-name: tonic-build\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update tonic-build requirement from =0.12.2 to =0.12.3"}},{"before":"4fc0942793ff9067fc94454ced002e44f35b8444","after":"22389ab35ff6cccdde1ee9ec2b0c89e95dec1e99","ref":"refs/heads/asf-site","pushedAt":"2024-09-27T08:49:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: ebcc4a585136cd1d9696c38c41f71c9ced181f57","shortMessageHtmlLink":"deploy: ebcc4a5"}},{"before":"5804f21d7043f55e6e8775c17a3d14f6f413fc27","after":"ebcc4a585136cd1d9696c38c41f71c9ced181f57","ref":"refs/heads/master","pushedAt":"2024-09-27T08:47:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tustvold","name":"Raphael Taylor-Davies","path":"/tustvold","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1781103?s=80&v=4"},"commit":{"message":"Align buffers in ArrayData.child_data as well (#6462)","shortMessageHtmlLink":"Align buffers in ArrayData.child_data as well (#6462)"}},{"before":"9a299dc582c383f00c44223a375f7ef948f67d90","after":"4fc0942793ff9067fc94454ced002e44f35b8444","ref":"refs/heads/asf-site","pushedAt":"2024-09-26T19:40:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 5804f21d7043f55e6e8775c17a3d14f6f413fc27","shortMessageHtmlLink":"deploy: 5804f21"}},{"before":"2cc0c167d9725c1b1965980965d637928d887380","after":"5804f21d7043f55e6e8775c17a3d14f6f413fc27","ref":"refs/heads/master","pushedAt":"2024-09-26T19:38:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Minor: Silence compiler warnings for `parquet::file::metadata::reader` (#6457)\n\n* silence compiler warnings\r\n\r\n* add async_tests module","shortMessageHtmlLink":"Minor: Silence compiler warnings for parquet::file::metadata::reader ("}},{"before":"d148a1244038c6fd0bd22b1a0ee9a56c83b33591","after":"9a299dc582c383f00c44223a375f7ef948f67d90","ref":"refs/heads/asf-site","pushedAt":"2024-09-26T14:28:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 2cc0c167d9725c1b1965980965d637928d887380","shortMessageHtmlLink":"deploy: 2cc0c16"}},{"before":"50e9e4927ed4d763c76227c588aa324aa173032e","after":"2cc0c167d9725c1b1965980965d637928d887380","ref":"refs/heads/master","pushedAt":"2024-09-26T14:25:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Deprecate methods from footer.rs in favor of `ParquetMetaDataReader` (#6451)\n\n* deprecate methods from footer.rs\r\n\r\n* remove mention of parse_metadata from docs for ParquetMetaData","shortMessageHtmlLink":"Deprecate methods from footer.rs in favor of ParquetMetaDataReader (#…"}},{"before":"4ff6a1570e7d39230ce4218623b56dc6fbd2e095","after":"d148a1244038c6fd0bd22b1a0ee9a56c83b33591","ref":"refs/heads/asf-site","pushedAt":"2024-09-26T08:45:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 50e9e4927ed4d763c76227c588aa324aa173032e","shortMessageHtmlLink":"deploy: 50e9e49"}},{"before":"2881dbe42ad33c5d0bc7f9c6661ba55127511ea1","after":"50e9e4927ed4d763c76227c588aa324aa173032e","ref":"refs/heads/master","pushedAt":"2024-09-26T08:42:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tustvold","name":"Raphael Taylor-Davies","path":"/tustvold","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1781103?s=80&v=4"},"commit":{"message":"Update Cargo.toml (#6459)","shortMessageHtmlLink":"Update Cargo.toml (#6459)"}},{"before":"de90df7f6c42f6eacbb24589fd719d9a252ce7a7","after":"4ff6a1570e7d39230ce4218623b56dc6fbd2e095","ref":"refs/heads/asf-site","pushedAt":"2024-09-26T03:05:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 2881dbe42ad33c5d0bc7f9c6661ba55127511ea1","shortMessageHtmlLink":"deploy: 2881dbe"}},{"before":"d48010e5717a1fb54822ad3a8c41f084cff05c92","after":"2881dbe42ad33c5d0bc7f9c6661ba55127511ea1","ref":"refs/heads/master","pushedAt":"2024-09-26T03:03:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"waynexia","name":"Ruihang Xia","path":"/waynexia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15380403?s=80&v=4"},"commit":{"message":"Support cast between Durations + between Durations all numeric types (#6452)\n\n* Support cast between Durations\r\n\r\nSigned-off-by: tison \r\n\r\n* Support cast between Durations and all numeric type\r\n\r\nSigned-off-by: tison \r\n\r\n* Impl cast between Durations\r\n\r\nSigned-off-by: tison \r\n\r\n* Add test_cast_between_durations\r\n\r\nSigned-off-by: tison \r\n\r\n* add test cases\r\n\r\nSigned-off-by: tison \r\n\r\n* cargo clippy\r\n\r\nSigned-off-by: tison \r\n\r\n---------\r\n\r\nSigned-off-by: tison ","shortMessageHtmlLink":"Support cast between Durations + between Durations all numeric types (#…"}},{"before":"e6f603a526136abf592a26585cb1b395232f2866","after":"de90df7f6c42f6eacbb24589fd719d9a252ce7a7","ref":"refs/heads/asf-site","pushedAt":"2024-09-25T23:57:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: d48010e5717a1fb54822ad3a8c41f084cff05c92","shortMessageHtmlLink":"deploy: d48010e"}},{"before":"6137e9121d0e859ce0abdb28cb31a23a037e11b5","after":"d48010e5717a1fb54822ad3a8c41f084cff05c92","ref":"refs/heads/master","pushedAt":"2024-09-25T23:55:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Workaround for missing Parquet page indexes in `ParquetMetadaReader` (#6450)\n\n* workaround for missing page indexes\n\n* remove empty line\n\n* Apply suggestions from code review\n\nCo-authored-by: Andrew Lamb \n\n* fmt\n\n---------\n\nCo-authored-by: Andrew Lamb ","shortMessageHtmlLink":"Workaround for missing Parquet page indexes in ParquetMetadaReader (#…"}},{"before":"9486ce894a71217eda22bc9e493ae830ce391294","after":"e6f603a526136abf592a26585cb1b395232f2866","ref":"refs/heads/asf-site","pushedAt":"2024-09-25T23:01:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 6137e9121d0e859ce0abdb28cb31a23a037e11b5","shortMessageHtmlLink":"deploy: 6137e91"}},{"before":"62825b27e98e6719cb66258535c75c7490ddba44","after":"6137e9121d0e859ce0abdb28cb31a23a037e11b5","ref":"refs/heads/master","pushedAt":"2024-09-25T22:58:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Add additional documentation and builder APIs to `SortOptions` (#6441)\n\n* Minor: Add additional documentation and builder APIs to `SortOptions`\r\n\r\n* Port some uses\r\n\r\n* Update defaults\r\n\r\n* Add nulls_first() and nulls_last() and more examples","shortMessageHtmlLink":"Add additional documentation and builder APIs to SortOptions (#6441)"}},{"before":"def5772fca448632f42fbb4b4b1f963fae5ec376","after":"9486ce894a71217eda22bc9e493ae830ce391294","ref":"refs/heads/asf-site","pushedAt":"2024-09-25T16:13:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 62825b27e98e6719cb66258535c75c7490ddba44","shortMessageHtmlLink":"deploy: 62825b2"}},{"before":"f72b3acc55459cccf89e3e7e200ce62222c9bfc8","after":"def5772fca448632f42fbb4b4b1f963fae5ec376","ref":"refs/heads/asf-site","pushedAt":"2024-09-25T16:12:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 922a1ff5506c2b4071f942b88af48f1e84b7e367","shortMessageHtmlLink":"deploy: 922a1ff"}},{"before":"922a1ff5506c2b4071f942b88af48f1e84b7e367","after":"62825b27e98e6719cb66258535c75c7490ddba44","ref":"refs/heads/master","pushedAt":"2024-09-25T16:11:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Add `IpcSchemaEncoder`, deprecate ipc schema functions, Fix IPC not respecting not preserving dict ID (#6444)\n\n* arrow-ipc: Add test for non preserving dict ID behavior with same ID\r\n\r\n* arrow-ipc: Always set dict ID in IPC from dictionary tracker\r\n\r\nThis decouples dictionary IDs that end up in IPC from the schema further\r\nbecause the dictionary tracker always first gathers the dict ID for each\r\nfield whether it is pre-defined and preserved or not.\r\n\r\nThen when actually writing the IPC bytes the dictionary ID is always\r\ntaken from the dictionary tracker as opposed to falling back to the\r\n`Field` of the `Schema`.\r\n\r\n* arrow-ipc: Read dictionary IDs from dictionary tracker in correct order\r\n\r\nWhen dictionary IDs are not preserved, then they are assigned depth\r\nfirst, however, when reading them from the dictionary tracker to write\r\nthe IPC bytes, they were previously read from the dictionary tracker in\r\nthe order that the schema is traversed (first come first serve), which\r\ncaused an incorrect order of dictionaries serialized in IPC.\r\n\r\n* Refine IpcSchemaEncoder API and docs\r\n\r\n* reduce repeated code\r\n\r\n* Fix lints\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Lamb ","shortMessageHtmlLink":"Add IpcSchemaEncoder, deprecate ipc schema functions, Fix IPC not r…"}},{"before":"e4137a6637b2ce2eaa5caa110abc3a7f0e5bbc04","after":"f72b3acc55459cccf89e3e7e200ce62222c9bfc8","ref":"refs/heads/asf-site","pushedAt":"2024-09-25T16:11:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 4e2b939d97a3ea2e18d2888ef27aef7a204e526d","shortMessageHtmlLink":"deploy: 4e2b939"}},{"before":"f86d3ba67430f96f5d0d2cc68a7038c9e90a6233","after":"e4137a6637b2ce2eaa5caa110abc3a7f0e5bbc04","ref":"refs/heads/asf-site","pushedAt":"2024-09-25T16:10:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 43dd5e4e1e8be9dd9e0fd5d7040b3ddac9b31f4a","shortMessageHtmlLink":"deploy: 43dd5e4"}},{"before":"4e2b939d97a3ea2e18d2888ef27aef7a204e526d","after":"922a1ff5506c2b4071f942b88af48f1e84b7e367","ref":"refs/heads/master","pushedAt":"2024-09-25T16:09:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Add `union_extract` kernel (#6387)\n\n* feat: add union_extract kernel\r\n\r\n* fix: reexport union_extract in arrow crate\r\n\r\n* add tests, improve docs, simplify code\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Lamb ","shortMessageHtmlLink":"Add union_extract kernel (#6387)"}},{"before":"43dd5e4e1e8be9dd9e0fd5d7040b3ddac9b31f4a","after":"4e2b939d97a3ea2e18d2888ef27aef7a204e526d","ref":"refs/heads/master","pushedAt":"2024-09-25T16:08:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Disable rust<>nanoarrow integration test in CI (#6449)","shortMessageHtmlLink":"Disable rust<>nanoarrow integration test in CI (#6449)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yOVQwOTo1NzowNi4wMDAwMDBazwAAAATDy_8y","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNVQxNjowODoyNi4wMDAwMDBazwAAAATAi1nc"}},"title":"Activity · apache/arrow-rs"}