{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":51905353,"defaultBranch":"main","name":"arrow","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-02-17T08:00:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717687128.0","currentOid":""},"activityList":{"items":[{"before":"601be7687ba89f711b876397746b5f49503c0871","after":"399408cb273c47f490f65cdad95bc184a652826c","ref":"refs/heads/main","pushedAt":"2024-06-09T05:50:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"GH-42039: [Docs][Go] Fix broken link (#42040)\n\n\n\n### Rationale for this change\n\nFix the broken link to the correct link due to a change in the path.\n\n### What changes are included in this PR?\n\nUpdating link from the incorrect `go/` path to change in the path.\n\n- old link: https://arrow.apache.org/adbc/main/driver/go/flight_sql.html#client-options\n- new link: https://arrow.apache.org/adbc/main/driver/flight_sql.html#client-options\n\n### Are these changes tested?\n\nYes. I have checked the link.\n\n### Are there any user-facing changes?\n\nYes, the updated link will be visible to users.\n\n* GitHub Issue: #42039\n\nAuthored-by: Hyunseok Seo \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"GH-42039: [Docs][Go] Fix broken link (#42040)"}},{"before":"3999384c3e05ef8ef804ab651e1bebee8bf7670c","after":"601be7687ba89f711b876397746b5f49503c0871","ref":"refs/heads/main","pushedAt":"2024-06-08T21:25:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"GH-42020: [Swift] Add Arrow decoding implementation for Swift Codable (#42023)\n\n### Rationale for this change\nThis change implements decode for the Arrow Swift Codable implementation. This allows the data in a RecordBatch to be copied to properties in a struct/class. \n\nThe PR is a bit longer than desired but all three container types are required in order to implement the Decoder protocol.\n\n### What changes are included in this PR?\n\nThe ArrowDecoder class is included in this PR along with a class for each container type (keyed, unkeyed, and single). Most of the logic is encapsulated in the ArrowDecoder with minimal logic in each container class (Most of the methods in the container classes are a single line that calls the ArrowDecoder doDecode methods)\n\n### Are these changes tested?\n\nYes, a test has been added to test the three types of containers provided by the decoder.\n\n* GitHub Issue: #42020\n\nAuthored-by: Alva Bandy \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"GH-42020: [Swift] Add Arrow decoding implementation for Swift Codable ("}},{"before":"fe4d04f081e55ca2de7b1b67b10ad7dca96cfd9e","after":"3999384c3e05ef8ef804ab651e1bebee8bf7670c","ref":"refs/heads/main","pushedAt":"2024-06-08T20:08:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"MINOR: [Python] spell \"language\" correctly in trove classifier (#42031)\n\n\n\n### Rationale for this change\n\nNewer (possibly unreleased) version of the Python build tools check that the classifiers are valid and the build failed due to this typo.\n\n### What changes are included in this PR?\n\nFix the spelling of a word\n\n### Are these changes tested?\n\nBuild will fail without these changes, has no run-time effect.\n\n### Are there any user-facing changes?\n\nno\n\nAuthored-by: Thomas A Caswell \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [Python] spell \"language\" correctly in trove classifier (#42031)"}},{"before":"a045770b94972bb4063bde13cb95f1c5b5c8bbe8","after":"fe4d04f081e55ca2de7b1b67b10ad7dca96cfd9e","ref":"refs/heads/main","pushedAt":"2024-06-07T13:26:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"},"commit":{"message":"GH-42002: [Java] Update Unit Tests for Vector Module (#42019)\n\n\n\n### Rationale for this change\n\nUpdate package from JUnit 4(`org.junit`) to JUnit 5(`org.junit.jupiter`).\n\n### What changes are included in this PR?\n\n- [x] Replacing `org.junit` with `org.junit.jupiter.api`.\n- [x] Updating `Assertions.assertXXX` to `assertXXX` using static imports.\n- [x] Updating annotations such as `@ Before`, `@ BeforeClass`, `@ After`, `@ AfterClass`.\n - `@ Before` -> `@ BeforeEach`\n - `@ BeforeClass` -> `@ BeforeAll`\n - `@ After` -> `@ AfterEach`\n - `@ AfterClass` -> `@ AfterAll`\n - `@ Test` -> `@ Test` with `org.junit.jupiter`\n- [x] Removing unused `@ Rule` Annotation\n- [x] Updating `Parameterized` test\n- [x] Doing self review\n\n### Are these changes tested?\n\nYes, existing tests have passed.\n\n### Are there any user-facing changes?\n\nNo.\n\n* GitHub Issue: #42002\n\nAuthored-by: Hyunseok Seo \nSigned-off-by: David Li ","shortMessageHtmlLink":"GH-42002: [Java] Update Unit Tests for Vector Module (#42019)"}},{"before":"1dde3995238d4a771c9525e1e5189c1db4a8a95a","after":"a045770b94972bb4063bde13cb95f1c5b5c8bbe8","ref":"refs/heads/main","pushedAt":"2024-06-07T08:16:50.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-42006: [CI][Python] Use pip install -e instead of setup.py build_ext --inplace for installing pyarrow on verification script (#42007)\n\n### Rationale for this change\n\nDue to https://github.com/apache/arrow/issues/37929 we require a higher version of setuptools and setuptools_scm to be installed otherwise the job fails with setuptools_scm failing with ` TypeError: Configuration.__init__() got an unexpected keyword argument 'version_file'`\n\n### What changes are included in this PR?\n\nRemove the dependencies for the environment and let installation handle those using pip install -e instead of setup.py build_ext --inplace for installing pyarrow on verification script\n\n### Are these changes tested?\n\nVia Archery\n\n### Are there any user-facing changes?\n\nNo\n* GitHub Issue: #42006\n\nLead-authored-by: Raúl Cumplido \nCo-authored-by: Joris Van den Bossche \nSigned-off-by: Raúl Cumplido ","shortMessageHtmlLink":"GH-42006: [CI][Python] Use pip install -e instead of setup.py build_e…"}},{"before":"b51e997df7dcde843befffed2d63d6a8e741beef","after":"1dde3995238d4a771c9525e1e5189c1db4a8a95a","ref":"refs/heads/main","pushedAt":"2024-06-07T08:12:53.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-42017: [CI][Python][C++] Fix utf8proc detection for wheel on Windows (#42022)\n\n### Rationale for this change\n\nutf8proc in vcpkg provides CMake package. If we use it, we don't need to care about static library name (`utf8proc.lib` or `utf8proc_static.lib`).\n\n### What changes are included in this PR?\n\nUse `unofficial-utf8proc` CMake package with vcpkg.\n\n### Are these changes tested?\n\nYes.\n\n### Are there any user-facing changes?\n\nNo.\n* GitHub Issue: #42017\n\nAuthored-by: Sutou Kouhei \nSigned-off-by: Raúl Cumplido ","shortMessageHtmlLink":"GH-42017: [CI][Python][C++] Fix utf8proc detection for wheel on Windo…"}},{"before":"01d2fa0d461869a07b2ffeee517beb8116bd0ce2","after":"b51e997df7dcde843befffed2d63d6a8e741beef","ref":"refs/heads/main","pushedAt":"2024-06-07T08:03:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jorisvandenbossche","name":"Joris Van den Bossche","path":"/jorisvandenbossche","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1020496?s=80&v=4"},"commit":{"message":"GH-41960: Expose new S3 option check_directory_existence_before_creation (#41972)\n\n\n\n### Rationale for this change\nExpose new S3 option `check_directory_existence_before_creation` from GH-41493\n\n### What changes are included in this PR?\nExpose new S3 option `check_directory_existence_before_creation` from GH-41493\n\n### Are these changes tested?\nyes\n\n### Are there any user-facing changes?\nYes. Python function documentation is updated.\n\n* GitHub Issue: #41960\n\nLead-authored-by: Haocheng Liu \nCo-authored-by: Joris Van den Bossche \nSigned-off-by: Joris Van den Bossche ","shortMessageHtmlLink":"GH-41960: Expose new S3 option check_directory_existence_before_creat…"}},{"before":"dd0a47e8801a036d4f1730dde3ff476f8c341241","after":"5c0388628d61f28067846617557039d3d7a1071d","ref":"refs/heads/dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12","pushedAt":"2024-06-07T06:21:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java\n\nBumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java"}},{"before":"290e606c4dd937cd34dbccd6f6801ff1ac1d8b9b","after":"01d2fa0d461869a07b2ffeee517beb8116bd0ce2","ref":"refs/heads/main","pushedAt":"2024-06-07T06:19:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"},"commit":{"message":"GH-41307: [Java] Use org.apache:apache parent pom version 31 (#41772)\n\nUse/update Maven modules to `org.apache:apache:31` and clean up Maven modules to remove unnecessary configuration or outdated workarounds\n\n* Add `org.apache:apache:31` to `org.apache.arrow:arrow-bom` and `org.apache.arrow.maven.plugins:arrow-maven-plugins` to make them conformant with ASF standards\n* Update `org.apache.arrow:arrow-java-root` parent to `org.apache:parent:31`\n* Use `version.*` and other properties to override plugin versions defined by `org.apache:parent`\n* Move standalone plugin versions under pluginManagement at the top level\n* Cleanup redundant plugin version or configuration declaration\n* Update `maven-dependency-plugin` to 3.6.1 and add the required overrides when necessary\n* Update `maven-shade-plugin` to 3.5.1 (via `org.apache:parent`)\n - disable reduced dependency pom creation for non-terminal modules\n* Remove enforcer check for java and maven version (handled by `org.apache:parent`)\n* Remove unnecessary `mvnrepository` link comments\n* Remove `m2e.version` property check in profiles (only needed for errorprone plugin configuration which is incompatible with M2E)\n* Cleanup `argLine` overrides for surefire/failsafe plugins\n* Remove unnecessary `../pom.xml` `` directives\n* Remove source/target/encoding configuration properties for `maven-compiler-plugin`, `maven-javadoc-plugin` and `maven-resources-plugin` as it is handled by `org.apache:parent` and plugin themselves\n* Remove unnecessary copy of codegen templates in `arrow-vector` module\n* Remove unnecessary junit jupiter engine dependencies for surefire/failsafe plugins.\n* GitHub Issue: #41307\n\nLead-authored-by: Laurent Goujon \nCo-authored-by: Laurent Goujon \nSigned-off-by: David Li ","shortMessageHtmlLink":"GH-41307: [Java] Use org.apache:apache parent pom version 31 (#41772)"}},{"before":"a708fabfe6f90a890978d8f026c70cdf18caf251","after":"290e606c4dd937cd34dbccd6f6801ff1ac1d8b9b","ref":"refs/heads/main","pushedAt":"2024-06-07T02:34:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"GH-41652: [C++][CMake][Windows] Don't build needless object libraries (#41658)\n\n### Rationale for this change\n\n* We don't need an object library for a shared library with `ARROW_BUILD_SHARED=OFF`.\n* We don't need an object library for a static library with `ARROW_BUILD_STATIC=OFF`.\n\n### What changes are included in this PR?\n\nDon't build needless object libraries based on `ARROW_BUILD_SHARED`/`ARROW_BUILD_STATIC`.\n\n### Are these changes tested?\n\nYes.\n\n### Are there any user-facing changes?\n\nNo.\n* GitHub Issue: #41652\n\nAuthored-by: Sutou Kouhei \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"GH-41652: [C++][CMake][Windows] Don't build needless object libraries ("}},{"before":"41ae29ebd98e66d1502d6a830f88d6da056c670e","after":"a708fabfe6f90a890978d8f026c70cdf18caf251","ref":"refs/heads/main","pushedAt":"2024-06-07T02:25:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"MINOR: [C++] Include `` before using `std::string` (#42004)\n\n### Rationale for this change\n\nI work on MSVC's STL, and we regularly build popular open-source projects, including yours, with development builds of the MSVC toolset. This allows us to find and fix toolset regressions before they affect users, and also allows us to provide advance notice of breaking changes, which is the case here.\n\nWe recently merged https://github.com/microsoft/STL/pull/4633 which will ship in VS 2022 17.11 Preview 3. This improved build throughput by refactoring `` so that it no longer drags in `std::string`. It's also a source-breaking change for code that wasn't properly including ``. Your `cpp/src/arrow/json/object_writer.h` declares `std::string Serialize();` without including ``. When built with our updated STL, this will emit a compiler error:\n\n```\nC:\\gitP\\apache\\arrow\\cpp\\src\\arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 'std'\n```\n\n### What changes are included in this PR?\n\nThe fix is simple and portable: include the necessary header.\n\n### Are these changes tested?\n\nNope, I'm totally YOLOing it. If it builds, it's good.\n\n(This will be tested in MSVC's internal \"Real World Code\" test infrastructure. Also, after VS 2022 17.11 ships, your existing build/test coverage will ensure that this keeps compiling.)\n\n### Are there any user-facing changes?\n\nNo.\n\nAuthored-by: Stephan T. Lavavej \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [C++] Include <string> before using std::string (#42004)"}},{"before":"164be4882176c5f84eb7cde52b98d69a72fe7ea8","after":"41ae29ebd98e66d1502d6a830f88d6da056c670e","ref":"refs/heads/main","pushedAt":"2024-06-07T01:15:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"GH-42005: [Java][Integration][CI] Fix ARROW_BUILD_ROOT Path to \bfind pom.xml (#42008)\n\n\n\n### Rationale for this change\n\nThis PR aims to fix the issue where the integration tests are failing due to the missing `/java/pom.xml` file. It appears that the current code incorrectly determines the path to `ARROW_BUILD_ROOT`, leading to the failure in locating the `pom.xml` file.\n\n### What changes are included in this PR?\n\n- Updating the `ARROW_BUILD_ROOT` path determination logic in `tester_java.py` to correctly reference the project root.\n\n### Are these changes tested?\n\nMaybe, Yes.\n\n### Are there any user-facing changes?\n\nNo.\n\n* GitHub Issue: #42005\n\nAuthored-by: Hyunseok Seo \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"GH-42005: [Java][Integration][CI] Fix ARROW_BUILD_ROOT Path to �find …"}},{"before":"93712bfc71a5013231b950b2b655d77b14f83fa7","after":"164be4882176c5f84eb7cde52b98d69a72fe7ea8","ref":"refs/heads/main","pushedAt":"2024-06-06T17:24:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"felipecrv","name":"Felipe Oliveira Carvalho","path":"/felipecrv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/207795?s=80&v=4"},"commit":{"message":"GH-41994 [C++]: kernel.cc: Remove defaults on switch so that compiler can check full enum coverage for us (#41995)\n\n### Rationale for this change\n\nTo let the compiler warn us about missing cases and make the non-handled cases more obvious.\n\n### What changes are included in this PR?\n\nRemoval of `default` in the switches and improving some dchecks with a message.\n\n### Are these changes tested?\n\nBy existing tests.\n* GitHub Issue: #41994\n\nAuthored-by: Felipe Oliveira Carvalho \nSigned-off-by: Felipe Oliveira Carvalho ","shortMessageHtmlLink":"GH-41994 [C++]: kernel.cc: Remove defaults on switch so that compiler…"}},{"before":"cbb0e4cb06fe2cc93295a6b6a9d81dad047feb61","after":"93712bfc71a5013231b950b2b655d77b14f83fa7","ref":"refs/heads/main","pushedAt":"2024-06-06T15:38:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pitrou","name":"Antoine Pitrou","path":"/pitrou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1721820?s=80&v=4"},"commit":{"message":"GH-41691: [Doc] Remove notion of \"logical type\" (#41958)\n\nIn several places in the Arrow specification and documentation we use the term \"logical types\", but we don't use it consistently and we don't actually have physical types (only physical layouts) to contrast it with. This creates confusion for readers as it is not immediately clear whether all data types are \"logical\" and if there is a meaningful distinction behind our usage of this term.\n\nAlso address GH-14752 by adding a table of data types with their respective parameters and the corresponding layouts.\n\n* GitHub Issue: #41691\n\nAuthored-by: Antoine Pitrou \nSigned-off-by: Antoine Pitrou ","shortMessageHtmlLink":"GH-41691: [Doc] Remove notion of \"logical type\" (#41958)"}},{"before":"682ee9c2a059ba07f73a5868de434660754b0d9a","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/js/typescript-eslint/eslint-plugin-7.12.0","pushedAt":"2024-06-06T15:18:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"domoritz","name":"Dominik Moritz","path":"/domoritz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/589034?s=80&v=4"}},{"before":"374b8f6ddec3b7614408ea874ffb29981c2a295d","after":"cbb0e4cb06fe2cc93295a6b6a9d81dad047feb61","ref":"refs/heads/main","pushedAt":"2024-06-06T15:18:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"domoritz","name":"Dominik Moritz","path":"/domoritz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/589034?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 in /js (#41950)\n\nBumps\r\n[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)\r\nfrom 7.11.0 to 7.12.0.\r\n
\r\nRelease notes\r\n

Sourced from @​typescript-eslint/eslint-plugin's\r\nreleases.

\r\n
\r\n

v7.12.0

\r\n

7.12.0 (2024-06-03)

\r\n

🚀 Features

\r\n
    \r\n
  • eslint-plugin: [no-useless-template-literals]\r\nrename to no-useless-template-expression (deprecate\r\nno-useless-template-literals) (#8821)
  • \r\n
  • eslint-plugin: [no-floating-promises] add option\r\n'allowForKnownSafePromises' (#9186)
  • \r\n
  • rule-tester: check for parsing errors in suggestion\r\nfixes (#9052)
  • \r\n
  • rule-tester: port\r\ncheckDuplicateTestCases from ESLint (#9026)
  • \r\n
\r\n

🩹 Fixes

\r\n
    \r\n
  • no-useless-template-expression ->\r\nno-unnecessary-template-expression (#9174)
  • \r\n
  • eslint-plugin: [no-unnecessary-type-assertion]\r\ncombine template literal check with const variable check\r\n(#8820)
  • \r\n
  • eslint-plugin: [dot-notation] fix false positive\r\nwhen accessing private/protected property with optional chaining (#8851)
  • \r\n
  • eslint-plugin: [explicit-member-accessibility]\r\nrefine report locations (#8869)
  • \r\n
  • eslint-plugin: [no-unnecessary-type-assertion]\r\ndeclares are always defined, so always check declares (#8901)
  • \r\n
  • eslint-plugin: [prefer-literal-enum-member] allow\r\nusing member it self on allowBitwiseExpressions (#9114)
  • \r\n
  • eslint-plugin: [return-await] clean up in-try-catch\r\ndetection and make autofixes safe (#9031)
  • \r\n
  • eslint-plugin: [member-ordering] also\r\nTSMethodSignature can be get/set (#9193)
  • \r\n
  • types: correct typing ParserOptions (#9202)
  • \r\n
\r\n

❤️ Thank You

\r\n
    \r\n
  • Abraham Guo
  • \r\n
  • Han Yeong-woo @​nix6839
  • \r\n
  • Joshua Chen
  • \r\n
  • Kim Sang Du @​developer-bandi
  • \r\n
  • Kirk Waiblinger
  • \r\n
  • YeonJuan @​yeonjuan
  • \r\n
\r\n

You can read about our versioning\r\nstrategy and releases\r\non our website.

\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from @​typescript-eslint/eslint-plugin's\r\nchangelog.

\r\n
\r\n

7.12.0 (2024-06-03)

\r\n

🚀 Features

\r\n
    \r\n
  • \r\n

    eslint-plugin: [no-useless-template-literals] rename\r\nto no-useless-template-expression (deprecate\r\nno-useless-template-literals)

    \r\n
  • \r\n
  • \r\n

    rule-tester: check for parsing errors in suggestion\r\nfixes

    \r\n
  • \r\n
  • \r\n

    rule-tester: port\r\ncheckDuplicateTestCases from ESLint

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [no-floating-promises] add option\r\n'allowForKnownSafePromises'

    \r\n
  • \r\n
\r\n

🩹 Fixes

\r\n
    \r\n
  • \r\n

    no-useless-template-expression ->\r\nno-unnecessary-template-expression

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [no-unnecessary-type-assertion]\r\ncombine template literal check with const variable\r\ncheck

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [dot-notation] fix false positive\r\nwhen accessing private/protected property with optional chaining

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [explicit-member-accessibility]\r\nrefine report locations

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [no-unnecessary-type-assertion]\r\ndeclares are always defined, so always check declares

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [prefer-literal-enum-member] allow\r\nusing member it self on allowBitwiseExpressions

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [return-await] clean up in-try-catch\r\ndetection and make autofixes safe

    \r\n
  • \r\n
  • \r\n

    eslint-plugin: [member-ordering] also\r\nTSMethodSignature can be get/set

    \r\n
  • \r\n
\r\n

❤️ Thank You

\r\n
    \r\n
  • Abraham Guo
  • \r\n
  • Han Yeong-woo
  • \r\n
  • Joshua Chen
  • \r\n
  • Kim Sang Du
  • \r\n
  • Kirk Waiblinger
  • \r\n
  • YeonJuan
  • \r\n
\r\n

You can read about our versioning\r\nstrategy and releases\r\non our website.

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 7e93b28\r\nchore(release): publish 7.12.0
  • \r\n
  • d0adcf1\r\ndocs: clarify what require-await does (#9200)
  • \r\n
  • 04990d5\r\nfeat(eslint-plugin): [no-floating-promises] add option\r\n'allowForKnownSafeProm...
  • \r\n
  • ad85249\r\ndocs: mention related ESLint rules in no-unused-vars page (#9198)
  • \r\n
  • e80a8d6\r\ndocs: improve description for no-dynamic-delete (#9195)
  • \r\n
  • 9f92b30\r\ndocs: explicitly mention unbound-method limitation with thisArg (#9197)
  • \r\n
  • 08a9448\r\ndocs: add example with PascalCase function components (#9196)
  • \r\n
  • 5ca7f6e\r\nfeat(rule-tester): port checkDuplicateTestCases from ESLint\r\n(#9026)
  • \r\n
  • a9dd526\r\nfix(eslint-plugin): [member-ordering] also TSMethodSignature can be\r\nget/set (...
  • \r\n
  • 2619c3b\r\nfix(eslint-plugin): [return-await] clean up in-try-catch detection and\r\nmake a...
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.11.0&new-version=7.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"MINOR: [JS] Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12…"}},{"before":"67c6df1f2addd39b77e0e66e999164acff3d2ae3","after":"374b8f6ddec3b7614408ea874ffb29981c2a295d","ref":"refs/heads/main","pushedAt":"2024-06-06T09:40:30.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-41903: [CI][GLib] Use the latest Ruby to use OpenSSL 3 (#42001)\n\n### Rationale for this change\n\nOld Ruby ships OpenSSL 1 but googld-cloud-cpp requires OpenSSL 3. We need to use Ruby that ships OpenSSL 3.\n\n### What changes are included in this PR?\n\nUse the latest Ruby.\n\n### Are these changes tested?\n\nYes.\n\n### Are there any user-facing changes?\n\nNo.\n* GitHub Issue: #41903\n\nAuthored-by: Sutou Kouhei \nSigned-off-by: Raúl Cumplido ","shortMessageHtmlLink":"GH-41903: [CI][GLib] Use the latest Ruby to use OpenSSL 3 (#42001)"}},{"before":"cea7323772beb5be6e5002624be36e6575a36418","after":"67c6df1f2addd39b77e0e66e999164acff3d2ae3","ref":"refs/heads/main","pushedAt":"2024-06-06T08:40:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pitrou","name":"Antoine Pitrou","path":"/pitrou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1721820?s=80&v=4"},"commit":{"message":"GH-41964: [CI][C++] Clear cache for mamba on AppVeyor (#41977)\n\n### Rationale for this change\n\nIt seems that mamba may use invalid download URL when there are invalid caches.\n\n### What changes are included in this PR?\n\nClear caches explicitly.\n\n### Are these changes tested?\n\nYes.\n\n### Are there any user-facing changes?\n\nNo.\n\n* GitHub Issue: #41964\n\nAuthored-by: Sutou Kouhei \nSigned-off-by: Antoine Pitrou ","shortMessageHtmlLink":"GH-41964: [CI][C++] Clear cache for mamba on AppVeyor (#41977)"}},{"before":"8b2c7e2893fec41c0b6ed51f5e05a7510b427f64","after":"cea7323772beb5be6e5002624be36e6575a36418","ref":"refs/heads/main","pushedAt":"2024-06-06T07:37:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"},"commit":{"message":"GH-41968: [Java] Implement TransferPair functionality for BinaryView (#41980)\n\n### Rationale for this change\n\nThis PR contains the transferPair functionality for BinaryView vectors. \n\n### What changes are included in this PR?\n\nThis includes the addition of transferPair functionality in `ViewVarCharBinaryVector` and corresponding test cases. \n\n### Are these changes tested?\nYes\n\n### Are there any user-facing changes?\n\nNo\n* GitHub Issue: #41968\n\nAuthored-by: Vibhatha Abeykoon \nSigned-off-by: David Li ","shortMessageHtmlLink":"GH-41968: [Java] Implement TransferPair functionality for BinaryView (#…"}},{"before":"40e55ab2828656a1b7fa48d11d31f1c5dfc3ad8b","after":null,"ref":"refs/heads/dependabot/maven/java/com.github.luben-zstd-jni-1.5.6-3","pushedAt":"2024-06-06T07:16:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"}},{"before":"41810749e086278aea541240a16e9cf1e32eab80","after":"8b2c7e2893fec41c0b6ed51f5e05a7510b427f64","ref":"refs/heads/main","pushedAt":"2024-06-06T07:16:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-3 in /java (#41521)\n\nBumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.5-11 to 1.5.6-3.\n
\nCommits\n
    \n
  • c77a765 v1.5.6-3
  • \n
  • 2d33a1e Fix missing Native free of Dict: Even when using a by-reference buffer, the d...
  • \n
  • 1ff8933 Use cross-compile for i386
  • \n
  • b833326 Adding a getByReferenceBuffer() method.
  • \n
  • 2a262bf Add new constructor to ZstdDictCompress and ZstdDictDecompress that
  • \n
  • a516a43 Add back some inspection on MacOS, bump version
  • \n
  • 2e00ab1 Enable tests on M1 MacOS
  • \n
  • c76455c Add debugging in MacOS CI
  • \n
  • ec1ddeb Use the M1 MacOS runner to compile the aarch64 binary
  • \n
  • fb6a35d Update also checkout and setup-qemu actions
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.luben:zstd-jni&package-manager=maven&previous-version=1.5.5-11&new-version=1.5.6-3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@ dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n
\n\n> **Note**\n> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: David Li ","shortMessageHtmlLink":"MINOR: [Java] Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-3…"}},{"before":"519f7842bdab8b4fbddb1faf6f1287760d65a599","after":null,"ref":"refs/heads/dependabot/maven/java/org.apache.calcite.avatica-avatica-1.25.0","pushedAt":"2024-06-06T07:15:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"}},{"before":"dbcce63b925118bb1ba35455a684a21620a250ac","after":"41810749e086278aea541240a16e9cf1e32eab80","ref":"refs/heads/main","pushedAt":"2024-06-06T07:15:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump org.apache.calcite.avatica:avatica from 1.24.0 to 1.25.0 in /java (#41212)\n\nBumps [org.apache.calcite.avatica:avatica](https://github.com/apache/calcite-avatica) from 1.24.0 to 1.25.0.\n
\nCommits\n
    \n
  • 62b0fdd [CALCITE-6334] Release Avatica 1.25.0
  • \n
  • c0cb4b7 [CALCITE-6248] Illegal dates are accepted by casts
  • \n
  • 8c36e01 [CALCITE-6282] Avatica ignores time precision when returning TIME results
  • \n
  • ef9a5a6 [CALCITE-6137] Upgrade Gradle from 8.1.1 to 8.4, support jdk21
  • \n
  • c12c3a3 Apply same vcs.xml as for Calcite
  • \n
  • 4b9c823 [CALCITE-6209] Long queries are failing with "java.net.SocketTimeoutException...
  • \n
  • 275a082 [CALCITE-6280] Jetty version number leaked by Avatica http server
  • \n
  • bc7ba9e Disable JIRA worklog notifications for GitHub PRs
  • \n
  • 178ff82 Add Calcite CLI tool to list of Avatica Clients on website
  • \n
  • 07c6b8d [CALCITE-6212] Config locale = en_US for javadoc task
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.calcite.avatica:avatica&package-manager=maven&previous-version=1.24.0&new-version=1.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@ dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n
\n\n> **Note**\n> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: David Li ","shortMessageHtmlLink":"MINOR: [Java] Bump org.apache.calcite.avatica:avatica from 1.24.0 to …"}},{"before":"3d1120551737787b3e2008389b67b451a045fb10","after":"dbcce63b925118bb1ba35455a684a21620a250ac","ref":"refs/heads/main","pushedAt":"2024-06-06T05:12:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump com.google.errorprone:error_prone_core from 2.10.0 to 2.28.0 in /java - Manual Fix (#41996)\n\n### Rationale for this change\n\nBased on the [dependabot PR ](https://github.com/apache/arrow/pull/41944), making correct amendments to reflect the necessary error-prone library upgrade. \n\n### What changes are included in this PR?\n\n- [X] Upgrade error-prone version for JDK 11+\n- [X] Keeping the existing error-prone version for JDK 8, and added notes and references as reasoning. \n\n### Are these changes tested?\n\nTested by existing build. \n\n### Are there any user-facing changes?\n\nNo\n\nAuthored-by: Vibhatha Abeykoon \nSigned-off-by: David Li ","shortMessageHtmlLink":"MINOR: [Java] Bump com.google.errorprone:error_prone_core from 2.10.0…"}},{"before":"9ee6ea701e20d1b47934f977d87811624061d597","after":"3d1120551737787b3e2008389b67b451a045fb10","ref":"refs/heads/main","pushedAt":"2024-06-06T02:58:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"GH-41999: [Swift] Add methods for adding array and vargs to arrow array (#42000)\n\n### Rationale for this change\n\nWould be nice to have methods for adding an array of values or variable args to when constructing an arrow array.\n\n### Are these changes tested?\n\nYes, tests are included\n* GitHub Issue: #41999\n\nAuthored-by: Alva Bandy \nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"GH-41999: [Swift] Add methods for adding array and vargs to arrow arr…"}},{"before":"cab381b2455203dbe43de9bba9267aa199a71124","after":"dd0a47e8801a036d4f1730dde3ff476f8c341241","ref":"refs/heads/dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12","pushedAt":"2024-06-06T00:29:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java\n\nBumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java"}},{"before":"7bdad152de21cf161cac0cfcca407b5908956d45","after":"519f7842bdab8b4fbddb1faf6f1287760d65a599","ref":"refs/heads/dependabot/maven/java/org.apache.calcite.avatica-avatica-1.25.0","pushedAt":"2024-06-06T00:28:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump org.apache.calcite.avatica:avatica in /java\n\nBumps [org.apache.calcite.avatica:avatica](https://github.com/apache/calcite-avatica) from 1.24.0 to 1.25.0.\n- [Commits](https://github.com/apache/calcite-avatica/compare/rel/avatica-1.24.0...rel/avatica-1.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.calcite.avatica:avatica\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [Java] Bump org.apache.calcite.avatica:avatica in /java"}},{"before":"ff215e8b9f618c3a33b16092c964b12db57b2639","after":"40e55ab2828656a1b7fa48d11d31f1c5dfc3ad8b","ref":"refs/heads/dependabot/maven/java/com.github.luben-zstd-jni-1.5.6-3","pushedAt":"2024-06-06T00:21:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump com.github.luben:zstd-jni in /java\n\nBumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.5-11 to 1.5.6-3.\n- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.5-11...v1.5.6-3)\n\n---\nupdated-dependencies:\n- dependency-name: com.github.luben:zstd-jni\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [Java] Bump com.github.luben:zstd-jni in /java"}},{"before":"e94a80f34d1d4f8ebcb351642ff8bc18fa39ef17","after":null,"ref":"refs/heads/dependabot/maven/java/com.google.protobuf-protobuf-java-4.27.0","pushedAt":"2024-06-06T00:20:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"}},{"before":"c49395dbcc5547e58f2119e3f199d167a9de13b7","after":null,"ref":"refs/heads/dependabot/maven/java/com.google.protobuf-protobuf-bom-4.27.0","pushedAt":"2024-06-06T00:19:11.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"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYDly1wA","startCursor":null,"endCursor":null}},"title":"Activity · apache/arrow"}