{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":477631451,"defaultBranch":"main","name":"arrow","ownerLogin":"raulcd","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-04-04T09:26:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/639755?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717151650.0","currentOid":""},"activityList":{"items":[{"before":"0fa1d85331746b64294ddcbf56df5c5d2808685f","after":"dc5c69647444f15bddcfeb3f5204cd043317100e","ref":"refs/heads/GH-25118","pushedAt":"2024-05-31T11:37:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Minor fix for function call instead of dict access","shortMessageHtmlLink":"Minor fix for function call instead of dict access"}},{"before":"a2b3e3ab23aa4874445673ca0090280b45b05154","after":"0fa1d85331746b64294ddcbf56df5c5d2808685f","ref":"refs/heads/GH-25118","pushedAt":"2024-05-31T10:49:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Add minor linting fixes","shortMessageHtmlLink":"Add minor linting fixes"}},{"before":null,"after":"a2b3e3ab23aa4874445673ca0090280b45b05154","ref":"refs/heads/GH-25118","pushedAt":"2024-05-31T10:34:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Add minimal CI test","shortMessageHtmlLink":"Add minimal CI test"}},{"before":"ff9921ffa89585be69ae85674bb365d03cb22ba4","after":"6800be9331d88024bf550c77865a06c592a22699","ref":"refs/heads/main","pushedAt":"2024-05-30T09:20:53.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"MINOR: [R] Remove writing_bindings from _pkgdown.yml (#41877)\n\n### Rationale for this change\r\n\r\nMissed this in #41576\r\n\r\n### Are these changes tested?\r\n\r\nWe should make sure.\r\n\r\n### Are there any user-facing changes?\r\n\r\nNo.","shortMessageHtmlLink":"MINOR: [R] Remove writing_bindings from _pkgdown.yml (apache#41877)"}},{"before":"095077a88e787ad2eca5a7b6a584d646fddb3cab","after":"ff9921ffa89585be69ae85674bb365d03cb22ba4","ref":"refs/heads/main","pushedAt":"2024-05-27T08:24:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41755: [C++][ORC] Ensure setting detected ORC version (#41767)\n\n`FindorcAlt.cmake` doesn't set `orcAlt_VERSION` when it finds ORC by `find_library()`/`find_path()`. If `orcAlt_VERSION` isn't set, ORC version detection by caller is failed.\n\n`cpp/src/arrow/adapters/orc/adapter.cc` uses detected ORC version. If detected ORC version isn't correct, needless time zone database check is used.\n\nDeployed in conda-forge through https://github.com/conda-forge/arrow-cpp-feedstock/pull/1424 and confirmed as working in https://github.com/conda-forge/pyarrow-feedstock/pull/122\n* GitHub Issue: #41755\n\nAuthored-by: H. Vetinari \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"apacheGH-41755: [C++][ORC] Ensure setting detected ORC version (apach…"}},{"before":null,"after":"282b149641e8aaeafb9e20f80ed6d6158d03d33c","ref":"refs/heads/test-raul2","pushedAt":"2024-05-20T16:33:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"This is just to trigger a Test Pr on my fork","shortMessageHtmlLink":"This is just to trigger a Test Pr on my fork"}},{"before":"cc3e2db300947aaf777f1814ce5ee61f42410d4e","after":"095077a88e787ad2eca5a7b6a584d646fddb3cab","ref":"refs/heads/main","pushedAt":"2024-05-20T16:31:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Gh 41735 (#83)\n\n* GH-41735: [CI][Archery] Update archery to be compatible with pygit2 1.15 API change\r\n\r\n* Minor update to variable name","shortMessageHtmlLink":"Gh 41735 (#83)"}},{"before":"d7c22601e7046bdcdc3b59eeb82be6ead2c96460","after":"cc3e2db300947aaf777f1814ce5ee61f42410d4e","ref":"refs/heads/main","pushedAt":"2024-05-20T16:09:16.000Z","pushType":"push","commitsCount":31,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41697: [Go][Parquet] Release BufferWriter when BufferedPageWriter is closed (#41698)\n\n\r\n\r\n### Rationale for this change\r\n\r\nA small buffer gets reallocated after calling `Finish()`, causing that\r\nmemory to leak.\r\n\r\n\r\n\r\n### What changes are included in this PR?\r\nRelease the buffer when the pagewriter is closed.\r\n\r\n\r\n\r\n### Are these changes tested?\r\nYes\r\n\r\n\r\n\r\n### Are there any user-facing changes?\r\nMemory will not leak on this code path.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n* GitHub Issue: #41697","shortMessageHtmlLink":"apacheGH-41697: [Go][Parquet] Release BufferWriter when BufferedPageW…"}},{"before":"8e93ade1edd1547223f337264d4c7fe972044255","after":"5c80d8391eea35fdf6b7dca0e77c05bba39440b7","ref":"refs/heads/GH-41735","pushedAt":"2024-05-20T16:07:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Minor update to variable name","shortMessageHtmlLink":"Minor update to variable name"}},{"before":null,"after":"8e93ade1edd1547223f337264d4c7fe972044255","ref":"refs/heads/GH-41735","pushedAt":"2024-05-20T15:59:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41735: [CI][Archery] Update archery to be compatible with pygit2 1.15 API change","shortMessageHtmlLink":"apacheGH-41735: [CI][Archery] Update archery to be compatible with py…"}},{"before":"3a54e68c69b028afe6d5fbb58eb0c4520dca1308","after":"d7c22601e7046bdcdc3b59eeb82be6ead2c96460","ref":"refs/heads/main","pushedAt":"2024-05-14T11:53:43.000Z","pushType":"push","commitsCount":39,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41464: [Python] Fix StructArray.sort() for by=None (#41495)\n\n### Rationale for this change\nCloses issue https://github.com/apache/arrow/issues/41464. Fix `StructArray.sort` method's `by` param to work in the case of `by=None` which was documented to mean sort by all fields (the default), but would raise an exception.\n\n### What changes are included in this PR?\n* Add a unit test with by=None in `test_struct_array_sort` that fails on main\n* Fix the sort method\n\n### Are these changes tested?\nyes\n\n### Are there any user-facing changes?\nyes\n* GitHub Issue: #41464\n\nAuthored-by: a-reich \nSigned-off-by: Joris Van den Bossche ","shortMessageHtmlLink":"apacheGH-41464: [Python] Fix StructArray.sort() for by=None (apache#4…"}},{"before":"def15dd4b9f9f18e79e3d32173a01f4472a07581","after":null,"ref":"refs/heads/GH-40700","pushedAt":"2024-05-09T13:43:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"}},{"before":null,"after":"c9450f7fdd70d84703d93e695eb751f7e81aee08","ref":"refs/heads/remove-dane-collaborator","pushedAt":"2024-05-08T10:18:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"MINOR: [Dev] Remove Dane from collaborators list","shortMessageHtmlLink":"MINOR: [Dev] Remove Dane from collaborators list"}},{"before":null,"after":"4be38829b34a3d52819b8c2f30a84893be3b1ed3","ref":"refs/heads/GH-41577","pushedAt":"2024-05-07T15:40:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41577: [CI][Packaging] Use macOS amd64 to package jar files instead of arm64","shortMessageHtmlLink":"apacheGH-41577: [CI][Packaging] Use macOS amd64 to package jar files …"}},{"before":"4316e901682465df89dadf1d26f701ceac2b4939","after":null,"ref":"refs/heads/GH-41566","pushedAt":"2024-05-07T12:54:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"}},{"before":null,"after":"4316e901682465df89dadf1d26f701ceac2b4939","ref":"refs/heads/GH-41566","pushedAt":"2024-05-07T09:36:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41566: [CI][Packaging] macOS wheel for Catalina fails to build on macOS arm64","shortMessageHtmlLink":"apacheGH-41566: [CI][Packaging] macOS wheel for Catalina fails to bui…"}},{"before":"15986ae5ffef2f274c04cf0d5eec2155fe6523a6","after":"3a54e68c69b028afe6d5fbb58eb0c4520dca1308","ref":"refs/heads/main","pushedAt":"2024-05-07T08:55:03.000Z","pushType":"push","commitsCount":54,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"MINOR: [Dev] Add zanmato1984 and ZhangHuiGui in collaborators list (#41544)\n\n\n\n### Rationale for this change\n\nRecently zanmato1984 and ZhangHuiGui is active on arrow-compute and arrow-acero module, which lacks maintainer. The contributions can be seem below:\n* https://github.com/apache/arrow/commits?author=zanmato1984\n* https://github.com/apache/arrow/commits?author=ZhangHuiGui\n\nI promote them as collaborators\n\n### What changes are included in this PR?\n\nChanges `.asf.yaml`\n\n### Are these changes tested?\n\nNo\n\n### Are there any user-facing changes?\n\nNo\n\nAuthored-by: mwish \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [Dev] Add zanmato1984 and ZhangHuiGui in collaborators list (a…"}},{"before":"a509be0758c8de865980051d47f0cda4672488e2","after":"f57d5303428db200d009103d366b625b62d3d9ce","ref":"refs/heads/GH-41462","pushedAt":"2024-05-02T18:08:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Add comment on why we are pinning azurite to v3.29.0","shortMessageHtmlLink":"Add comment on why we are pinning azurite to v3.29.0"}},{"before":null,"after":"a509be0758c8de865980051d47f0cda4672488e2","ref":"refs/heads/GH-41462","pushedAt":"2024-05-02T15:47:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41462: [CI] Temporary pin azurite to v3.29.0","shortMessageHtmlLink":"apacheGH-41462: [CI] Temporary pin azurite to v3.29.0"}},{"before":"e5fea5afcc29c37fba24f450afb7dc5e034aa7c5","after":null,"ref":"refs/heads/GH-41390","pushedAt":"2024-04-26T17:14:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"}},{"before":"0f56339ee803858b597418aefdabb993def19f48","after":"15986ae5ffef2f274c04cf0d5eec2155fe6523a6","ref":"refs/heads/main","pushedAt":"2024-04-26T17:13:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41390: [CI] Use setup-python GitHub action on csharp macOS job (#41392)\n\n### Rationale for this change\n\nThe new macos-latest GH runner has changed and jobs are currently failing.\n\n### What changes are included in this PR?\n\nInstall python with setup-python.\n\n### Are these changes tested?\n\nWill be on CI\n\n### Are there any user-facing changes?\nNo\n* GitHub Issue: #41390\n\nAuthored-by: Raúl Cumplido \nSigned-off-by: Raúl Cumplido ","shortMessageHtmlLink":"apacheGH-41390: [CI] Use setup-python GitHub action on csharp macOS j…"}},{"before":null,"after":"1d750dc31198140055ad2221a8a4710010e530d1","ref":"refs/heads/GH-40735","pushedAt":"2024-04-26T15:53:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-40735: [Packaging][CentOS] Drop support for CentOS 7","shortMessageHtmlLink":"apacheGH-40735: [Packaging][CentOS] Drop support for CentOS 7"}},{"before":"64be7a2d073759b5eea90e3a6167ca2c1d56ce79","after":"0f56339ee803858b597418aefdabb993def19f48","ref":"refs/heads/main","pushedAt":"2024-04-26T15:40:15.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41386: [Docs] Document Arrow Go Avro read support (#41393)\n\nUpdates the Implementation Status docs page to reflect that the Go\r\nimplementation can read Avro files.\r\n\r\nFor the Rust implementation, I inferred from [this\r\nPR](https://github.com/apache/arrow-rs/issues/4886) and [this\r\ncomment](https://github.com/apache/arrow-rs/issues/5562#issuecomment-2024885348)\r\nthat we should hold off on indicating that the Rust implementation can\r\nread Avro files.\r\n\r\n* GitHub Issue: #41386","shortMessageHtmlLink":"apacheGH-41386: [Docs] Document Arrow Go Avro read support (apache#41393"}},{"before":"411547a0f60bcf0f9602aba106715d6c0451d65c","after":"e5fea5afcc29c37fba24f450afb7dc5e034aa7c5","ref":"refs/heads/GH-41390","pushedAt":"2024-04-26T15:09:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Update name of job to new GitHub runner one","shortMessageHtmlLink":"Update name of job to new GitHub runner one"}},{"before":"7a2218264b26476eaff84222c214081192318434","after":"907b5b96c931686b15379aa078b58dfd68842b44","ref":"refs/heads/GH-40734","pushedAt":"2024-04-26T15:00:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-40734: [Packaging][Debian] Drop support for Debian bullseye","shortMessageHtmlLink":"apacheGH-40734: [Packaging][Debian] Drop support for Debian bullseye"}},{"before":null,"after":"7a2218264b26476eaff84222c214081192318434","ref":"refs/heads/GH-40734","pushedAt":"2024-04-26T14:59:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-40734: [Packaging][Debian] Drop support for Debina bullseye","shortMessageHtmlLink":"apacheGH-40734: [Packaging][Debian] Drop support for Debina bullseye"}},{"before":null,"after":"411547a0f60bcf0f9602aba106715d6c0451d65c","ref":"refs/heads/GH-41390","pushedAt":"2024-04-26T14:49:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41390: [CI] Use setup-python GitHub action on csharp macOS job","shortMessageHtmlLink":"apacheGH-41390: [CI] Use setup-python GitHub action on csharp macOS job"}},{"before":"7fbc91852557abd54e0a6ef87e300107c3f47215","after":null,"ref":"refs/heads/GH-41282","pushedAt":"2024-04-26T10:26:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"}},{"before":"7fdbf167004b787ae50348f3c42eeadc7ea1a79d","after":"7fbc91852557abd54e0a6ef87e300107c3f47215","ref":"refs/heads/GH-41282","pushedAt":"2024-04-26T10:14:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Simplify major_versions logic","shortMessageHtmlLink":"Simplify major_versions logic"}},{"before":"dd8dae1dc98636df643865699fd201b1aa5f9a95","after":"7fdbf167004b787ae50348f3c42eeadc7ea1a79d","ref":"refs/heads/GH-41282","pushedAt":"2024-04-26T10:13:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"Simplify major_versions logic","shortMessageHtmlLink":"Simplify major_versions logic"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWPUdpgA","startCursor":null,"endCursor":null}},"title":"Activity · raulcd/arrow"}