{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":35144191,"defaultBranch":"main","name":"orc","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-05-06T07:00:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717471764.0","currentOid":""},"activityList":{"items":[{"before":"dcc7c7d9fcb2608655d0481cab98b3f721b14b28","after":"833817b53d9cb61e81b63802e599183bfb92a0bb","ref":"refs/heads/main","pushedAt":"2024-06-05T15:35:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ffacs","name":null,"path":"/ffacs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34805247?s=80&v=4"},"commit":{"message":"ORC-1720: [C++] Unified compressor/decompressor exception types\n\n### What changes were proposed in this pull request?\nAdd new exception types to the decompressor/compressor.\n\n### Why are the changes needed?\nThe current implementation of the compressor/decompressor uses a variety of std::exception types, which can perplex users. We can enhance users' debugging efficiency by adopting a unified exception class.\n\n### How was this patch tested?\nThe tests in TestWriter.cc can cover this patch.\n\n### Was this patch authored or co-authored using generative AI tooling?\nNO\n\nCloses #1944 from luffy-zh/ORC-1720.\n\nAuthored-by: luffy-zh \nSigned-off-by: ffacs ","shortMessageHtmlLink":"ORC-1720: [C++] Unified compressor/decompressor exception types"}},{"before":"1ba1ff607c3c2ee749fb4e1e01a6816f5fca3d53","after":"dcc7c7d9fcb2608655d0481cab98b3f721b14b28","ref":"refs/heads/main","pushedAt":"2024-06-05T06:01:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ffacs","name":null,"path":"/ffacs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34805247?s=80&v=4"},"commit":{"message":"ORC-1725: [C++] Fix BYTE statistics on platforms with unsigned 'char'\n\n\n\n### What changes were proposed in this pull request?\n\nCalculate min/max statistics for columns of type BYTE using `signed char` instead of `char` type (C++).\n\n### Why are the changes needed?\n\n`char` can be signed or unsigned, depending on target platform and compiler flags, but the statistics in the ORC file should always treat numbers as signed. Specifically, it was behaving incorrectly on ARM because `char` is unsigned there.\n\n### How was this patch tested?\n\nTested as part of ClickHouse here: https://github.com/ClickHouse/ClickHouse/pull/64563 . ~Let me know if I should add a unit test or something (though presumably there are already unit tests for this, they just don't run on ARM in CI?)~ Added a small test in TestWriter.cc reproducing the problem.\n\n### Was this patch authored or co-authored using generative AI tooling?\n\nNo\n\nCloses #1947 from al13n321/fix-unsigned-byte.\n\nAuthored-by: Michael Kolupaev \nSigned-off-by: ffacs ","shortMessageHtmlLink":"ORC-1725: [C++] Fix BYTE statistics on platforms with unsigned 'char'"}},{"before":"9572166c336ee5205d684736368cd29463a00372","after":null,"ref":"refs/heads/dependabot/maven/java/org.apache.maven.plugins-maven-shade-plugin-3.6.0","pushedAt":"2024-06-04T03:29: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":"8a199fd6b7c3e957027799600f82f415c8537c74","after":"1ba1ff607c3c2ee749fb4e1e01a6816f5fca3d53","ref":"refs/heads/main","pushedAt":"2024-06-04T03:29:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1728: Bump `maven-shade-plugin` to 3.6.0\n\nBumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.3 to 3.6.0.\n
\nCommits\n
    \n
  • 9a572e2 [maven-release-plugin] prepare release maven-shade-plugin-3.6.0
  • \n
  • ade2e35 [MSHADE-428] Prevent null value in array of transformers (#229)
  • \n
  • b573b8c [MSHADE-478] Extra JARs feature (#228)
  • \n
  • 199ffae Drop the cruft (#225)
  • \n
  • 912a81d Bump maven-gh-actions-shared to v4
  • \n
  • 80e4420 [maven-release-plugin] prepare for next development iteration
  • \n
  • See full diff in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.5.3&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1953 from dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-shade-plugin-3.6.0.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1728: Bump maven-shade-plugin to 3.6.0"}},{"before":"8b5a0ef3c7ffae26324b72a5c71099e01a1856b0","after":null,"ref":"refs/heads/dependabot/maven/java/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0","pushedAt":"2024-06-04T03:17:29.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":"27af362a0da921bd6aa46a5c32c203be1961f548","after":"8a199fd6b7c3e957027799600f82f415c8537c74","ref":"refs/heads/main","pushedAt":"2024-06-04T03:17:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1727: Bump `maven-enforcer-plugin` to 3.5.0\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.5.0.\n
\nRelease notes\n

Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases.

\n
\n

3.5.0

\n

🚀 New features and improvements

\n\n

🐛 Bug Fixes

\n\n

📦 Dependency updates

\n\n

👻 Maintenance

\n\n

3.4.1

\n

🐛 Bug Fixes

\n\n

👻 Maintenance

\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 21b31b5 [maven-release-plugin] prepare release enforcer-3.5.0
  • \n
  • e6cd6e9 Remove unused dependency (#316)
  • \n
  • 29d1c0d [MENFORCER-497] Require Maven 3.6.3+
  • \n
  • 80e6626 [MENFORCER-503] Pass context to ProfileActivator - fix NPE in Maven 3.9.7
  • \n
  • 5c7d0bc [MENFORCER-494] Allow banning dynamic versions in whole tree (#294)
  • \n
  • e687c46 [MENFORCER-501] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#311)
  • \n
  • 6665083 [MENFORCER-501] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#312)
  • \n
  • 3eb6343 Bump project version to 3.5.0-SNAPSHOT
  • \n
  • 1cf5c5f [MENFORCER-504] Bump org.apache.maven:maven-parent from 41 to 42 (#314)
  • \n
  • a24b557 Manage ignore artifacts for dependabot in PR
  • \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.maven.plugins:maven-enforcer-plugin&package-manager=maven&previous-version=3.4.0&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1952 from dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1727: Bump maven-enforcer-plugin to 3.5.0"}},{"before":"64072719a78736c8aaef0dcc4d9aca86db1e5c6d","after":null,"ref":"refs/heads/dependabot/maven/java/com.google.guava-guava-33.2.1-jre","pushedAt":"2024-06-04T03:15:07.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":"0828c2ff114f30c84e4a23fd42ed58c6615c6f97","after":"27af362a0da921bd6aa46a5c32c203be1961f548","ref":"refs/heads/main","pushedAt":"2024-06-04T03:14:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1726: Bump `guava` to 33.2.1-jre\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-jre to 33.2.1-jre.\n
\nRelease notes\n

Sourced from com.google.guava:guava's releases.

\n
\n

33.2.1

\n
<dependency>\n  <groupId>com.google.guava</groupId>\n  <artifactId>guava</artifactId>\n  <version>33.2.1-jre</version>\n  <!-- or, for Android: -->\n  <version>33.2.1-android</version>\n</dependency>\n
\n

Jar files

\n\n

Guava requires one runtime dependency, which you can download here:

\n\n

Javadoc

\n\n

JDiff

\n\n

Changelog

\n
    \n
  • net: Changed InetAddress-String conversion methods to preserve the IPv6 scope ID if present. The scope ID can be necessary for IPv6-capable devices with multiple network interfaces. However, preserving it can also lead to problems for callers that rely on the returned values not to include the scope ID:\n
      \n
    • Callers might compensate for the old behavior of the methods by appending the scope ID to a returned string themselves. If so, you can update your code to stop doing so at the same time as you upgrade Guava. Of, if your code might run against multiple versions of Guava, you can check whether Guava has included a scope ID before you add one yourself.
    • \n
    • Callers might pass the returned string to another system that does not understand scope IDs. If so, you can strip the scope ID off, whether by truncating the string form at a % character (leaving behind any trailing ] character in the case of forUriString) or by replacing the returned InetAddress with a new instance constructed by calling InetAddress.getByAddress(addr).
    • \n
    • java.net.InetAddress validates any provided scope ID against the interfaces available on the machine. As a result, methods in InetAddresses may now fail if the scope ID fails validation.\n
        \n
      • Notable cases in which this may happen include:\n
          \n
        • if the code runs in an Android app without networking permission
        • \n
        • if code passes InetAddress instances or strings across devices
        • \n
        \n
      • \n
      • If this is not the behavior that you want, then you can strip off the scope ID from the input string before passing it to Guava, as discussed above. (3f61870ac6)
      • \n
      \n
    • \n
    \n
  • \n
\n
\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.guava:guava&package-manager=maven&previous-version=33.2.0-jre&new-version=33.2.1-jre)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1950 from dependabot[bot]/dependabot/maven/java/com.google.guava-guava-33.2.1-jre.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1726: Bump guava to 33.2.1-jre"}},{"before":"7a0fafc3d56b06be4a42eee2c96159c7ad621444","after":null,"ref":"refs/heads/dependabot/maven/java/spark.version-4.0.0-preview1","pushedAt":"2024-06-03T12:50:59.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":null,"after":"9572166c336ee5205d684736368cd29463a00372","ref":"refs/heads/dependabot/maven/java/org.apache.maven.plugins-maven-shade-plugin-3.6.0","pushedAt":"2024-06-03T12:26:25.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":"Bump org.apache.maven.plugins:maven-shade-plugin in /java\n\nBumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.3 to 3.6.0.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump org.apache.maven.plugins:maven-shade-plugin in /java"}},{"before":null,"after":"8b5a0ef3c7ffae26324b72a5c71099e01a1856b0","ref":"refs/heads/dependabot/maven/java/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0","pushedAt":"2024-06-03T12:26:13.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":"Bump org.apache.maven.plugins:maven-enforcer-plugin in /java\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.5.0.\n- [Release notes](https://github.com/apache/maven-enforcer/releases)\n- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.0...enforcer-3.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump org.apache.maven.plugins:maven-enforcer-plugin in /java"}},{"before":null,"after":"7a0fafc3d56b06be4a42eee2c96159c7ad621444","ref":"refs/heads/dependabot/maven/java/spark.version-4.0.0-preview1","pushedAt":"2024-06-03T12:26:06.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":"Bump spark.version from 3.5.1 to 4.0.0-preview1 in /java\n\nBumps `spark.version` from 3.5.1 to 4.0.0-preview1.\n\nUpdates `org.apache.spark:spark-catalyst_2.13` from 3.5.1 to 4.0.0-preview1\n\nUpdates `org.apache.spark:spark-core_2.13` from 3.5.1 to 4.0.0-preview1\n\nUpdates `org.apache.spark:spark-sql_2.13` from 3.5.1 to 4.0.0-preview1\n\nUpdates `org.apache.spark:spark-avro_2.13` from 3.5.1 to 4.0.0-preview1\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.spark:spark-catalyst_2.13\n dependency-type: direct:production\n update-type: version-update:semver-major\n- dependency-name: org.apache.spark:spark-core_2.13\n dependency-type: direct:production\n update-type: version-update:semver-major\n- dependency-name: org.apache.spark:spark-sql_2.13\n dependency-type: direct:production\n update-type: version-update:semver-major\n- dependency-name: org.apache.spark:spark-avro_2.13\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump spark.version from 3.5.1 to 4.0.0-preview1 in /java"}},{"before":null,"after":"64072719a78736c8aaef0dcc4d9aca86db1e5c6d","ref":"refs/heads/dependabot/maven/java/com.google.guava-guava-33.2.1-jre","pushedAt":"2024-06-03T12:25:56.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":"Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre in /java\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-jre to 33.2.1-jre.\n- [Release notes](https://github.com/google/guava/releases)\n- [Commits](https://github.com/google/guava/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.google.guava:guava\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre in /java"}},{"before":"c447e1aeda3f29bf99dd719de918bf5c33aba4ff","after":null,"ref":"refs/heads/dependabot/maven/java/commons-cli-commons-cli-1.8.0","pushedAt":"2024-05-28T04:25:54.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":"b73f9018cb46e2976002c8b2459fee6745dceb30","after":"0828c2ff114f30c84e4a23fd42ed58c6615c6f97","ref":"refs/heads/main","pushedAt":"2024-05-28T04:25:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1723: Upgrade `commons-cli` to 1.8.0\n\nBumps commons-cli:commons-cli from 1.7.0 to 1.8.0.\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=maven&previous-version=1.7.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1941 from dependabot[bot]/dependabot/maven/java/commons-cli-commons-cli-1.8.0.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1723: Upgrade commons-cli to 1.8.0"}},{"before":"48a3208f48d57ee21f3c52a234ef27ca1829895d","after":null,"ref":"refs/heads/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.17.0","pushedAt":"2024-05-28T04:22:28.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":"ad67ac8c3bd42ed48be12d39f3d571caea64b3d0","after":"b73f9018cb46e2976002c8b2459fee6745dceb30","ref":"refs/heads/main","pushedAt":"2024-05-28T04:22:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1722: Bump `checkstyle` to 10.17.0\n\nBumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.16.0 to 10.17.0.\n
\nRelease notes\n

Sourced from com.puppycrawl.tools:checkstyle's releases.

\n
\n

checkstyle-10.17.0

\n

Checkstyle 10.17.0 - https://checkstyle.org/releasenotes.html#Release_10.17.0

\n

Breaking backward compatibility:

\n

#13758 - ImportOrder: replace Pattern[] with String[] type for properties staticGroups and groups

\n

New:

\n

#14726 - new Check: ConstructorsDeclarationGrouping to check the grouping of overloaded constructors

\n

Bug fixes:

\n

#13012 - Checkstyle fails with "Path contains invalid character" if path to config file contains non-ascii characters\n#13167 - Null pointer Exception in UnusedLocalVariableCheck\n#14506 - False positive for UnusedLocalVariable\n#14825 - WhitespaceAround reports a violation when switch expression is passed as a method argument\n#13086 - InnerAssignmentCheck failed for one line code in Java 14 switch expression

\n
\n
\n
\nCommits\n
    \n
  • b270384 [maven-release-plugin] prepare release checkstyle-10.17.0
  • \n
  • da11a8d doc: release notes for 10.17.0
  • \n
  • 15e0c7e Issue #14877: drop java 14 build
  • \n
  • 8a4b406 Issue #13012: fix loading with non-ascii symbols in path
  • \n
  • 96eeed5 Pull #14662: shallowClone in checkstyle-tester with SHA checkout
  • \n
  • c15242f Issue #13167: Fix NPE in UnusedLocalVariable check
  • \n
  • 8605dd8 dependency: bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.9.0
  • \n
  • c5a873b ---
  • \n
  • 9d9aad4 ---
  • \n
  • b861547 Issue #14726: new check: ConstructorsDeclarationGroupingCheck
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n
\nMost Recent Ignore Conditions Applied to This Pull Request\n\n| Dependency Name | Ignore Conditions |\n| --- | --- |\n| com.puppycrawl.tools:checkstyle | [< 10.13, > 10.12.0] |\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=10.16.0&new-version=10.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1942 from dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.17.0.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1722: Bump checkstyle to 10.17.0"}},{"before":"5ffb1fbed6d61faebe8c6682049cda93239406ec","after":null,"ref":"refs/heads/dependabot/maven/java/io.airlift-aircompressor-0.27","pushedAt":"2024-05-28T03:38:40.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":"e8402b233fd671f8fe42ec7eff24ee4fea51256b","after":"ad67ac8c3bd42ed48be12d39f3d571caea64b3d0","ref":"refs/heads/main","pushedAt":"2024-05-28T03:38:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1721: Upgrade `aircompressor` to 0.27\n\nBumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.26 to 0.27.\n
\nCommits\n
    \n
  • e139a31 [maven-release-plugin] prepare release 0.27
  • \n
  • 9b92952 Upgrade to latest GitHub actions
  • \n
  • 7262a6c Upgrade test dependency versions
  • \n
  • fdc00b8 Reorganize pom
  • \n
  • 4f384af Replace test usages of javax.inject annotations with Guice
  • \n
  • 19d9436 Fix ASL2 license header text
  • \n
  • cf66151 Fix bounds checks
  • \n
  • d01ecb7 Add missing bounds checks
  • \n
  • 2cea90a Verify length is positive
  • \n
  • 15e68df Fix out of bounds read due to negative length
  • \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=io.airlift:aircompressor&package-manager=maven&previous-version=0.26&new-version=0.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1943 from dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-0.27.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1721: Upgrade aircompressor to 0.27"}},{"before":null,"after":"5ffb1fbed6d61faebe8c6682049cda93239406ec","ref":"refs/heads/dependabot/maven/java/io.airlift-aircompressor-0.27","pushedAt":"2024-05-27T12:40:00.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":"Bump io.airlift:aircompressor from 0.26 to 0.27 in /java\n\nBumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.26 to 0.27.\n- [Commits](https://github.com/airlift/aircompressor/compare/0.26...0.27)\n\n---\nupdated-dependencies:\n- dependency-name: io.airlift:aircompressor\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump io.airlift:aircompressor from 0.26 to 0.27 in /java"}},{"before":null,"after":"48a3208f48d57ee21f3c52a234ef27ca1829895d","ref":"refs/heads/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.17.0","pushedAt":"2024-05-27T12:39:53.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":"Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 in /java\n\nBumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.16.0 to 10.17.0.\n- [Release notes](https://github.com/checkstyle/checkstyle/releases)\n- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.16.0...checkstyle-10.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.puppycrawl.tools:checkstyle\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 in /java"}},{"before":null,"after":"c447e1aeda3f29bf99dd719de918bf5c33aba4ff","ref":"refs/heads/dependabot/maven/java/commons-cli-commons-cli-1.8.0","pushedAt":"2024-05-27T12:39:47.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":"Bump commons-cli:commons-cli from 1.7.0 to 1.8.0 in /java\n\nBumps commons-cli:commons-cli from 1.7.0 to 1.8.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-cli:commons-cli\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump commons-cli:commons-cli from 1.7.0 to 1.8.0 in /java"}},{"before":"1b39072be292592528052e7299078651ff2bccba","after":"e8402b233fd671f8fe42ec7eff24ee4fea51256b","ref":"refs/heads/main","pushedAt":"2024-05-22T11:51:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ffacs","name":null,"path":"/ffacs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34805247?s=80&v=4"},"commit":{"message":"ORC-1711: [C++] Introduce a memory block size parameter for writer option\n\n## What changes were proposed in this pull request?\n1. Add the memory block size parameter to the writer option, which initializing the compressed input buffer block size\n2. The compressed stream will retain the input buffer until the input buffer size reaches the compression block size, allowing the compressed stream to start with a minimal initial memory footprint.\n\n## Why are the changes needed?\nThis code segment distinguishes between the compression block size and the input buffer size to solve the [issue](https://issues.apache.org/jira/browse/ORC-1711).\n\n## How was this patch tested?\nThe UTs in TestCompression.cc and TestWriter.cc can cover this patch.\n\nCloses #1932 from luffy-zh/ORC-1711.\n\nAuthored-by: luffy-zh \nSigned-off-by: ffacs ","shortMessageHtmlLink":"ORC-1711: [C++] Introduce a memory block size parameter for writer op…"}},{"before":"79940d227e16d7a577e4100e1aca4376ece427c5","after":null,"ref":"refs/heads/dependabot/maven/java/com.google.guava-guava-33.2.0-jre","pushedAt":"2024-05-22T06:06:06.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":"b4b547f77cd6ab9c7fb679db03115d88f8eed41d","after":"1b39072be292592528052e7299078651ff2bccba","ref":"refs/heads/main","pushedAt":"2024-05-22T06:05:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1719: Bump `guava` to 33.2.0-jre\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre.\n
\nRelease notes\n

Sourced from com.google.guava:guava's releases.

\n
\n

33.2.0

\n

Android users: Please test recent Guava versions

\n

If you know of Guava Android users who have not yet upgraded to at least release 33.0.0, please encourage them to upgrade, preferably to today's release, 33.2.0. These releases have begun adding Java 8+ APIs to guava-android. While we don't anticipate problems, we do anticipate that any unexpected problems could force a disruptive rollback. To minimize any disruption, we'd like to catch any such problems early.

\n

Please let us know of any problems you encounter.

\n

Maven

\n
<dependency>\n  <groupId>com.google.guava</groupId>\n  <artifactId>guava</artifactId>\n  <version>33.2.0-jre</version>\n  <!-- or, for Android: -->\n  <version>33.2.0-android</version>\n</dependency>\n
\n

Jar files

\n\n

Guava requires one runtime dependency, which you can download here:

\n\n

Javadoc

\n\n

JDiff

\n\n

Changelog

\n
    \n
  • Dropped testing for Android versions before Lollipop (API Level 21). Guava may stop working under older versions in the future, or it may have done so already.
  • \n
  • Fixed a GWT compilation breakage under Gradle. (858caf425c)
  • \n
  • collect: Made our Collector APIs (e.g., ImmutableList.toImmutableList()) available in guava-android. More Java 8 APIs will follow in future releases. (96fca0b747)\n
      \n
    • As always, streams are available to Android code only when that code enables library desugaring or targets a new enough API Level (24 (Nougat) for many stream APIs). (But note that we test only with library desugaring, so we don't currently know if API Level 24 is high enough to use our Collector APIs unless you have also enabled library desugaring.) Guava users who avoid the Collector APIs do not need to meet this requirement.
    • \n
    \n
  • \n
  • collect: Fixed a potential NullPointerException in ImmutableMap.Builder on a rare code path. (70a98115d8)
  • \n
  • net: Added HttpHeaders constants Ad-Auction-Allowed, Permissions-Policy-Report-Only, and Sec-GPC. (7dc01ed27b, 41d0d9a833, 38c8017bd44b7919b112f1c99f3d8ce4b058ae5d)
  • \n
\n
\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.guava:guava&package-manager=maven&previous-version=33.1.0-jre&new-version=33.2.0-jre)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1934 from dependabot[bot]/dependabot/maven/java/com.google.guava-guava-33.2.0-jre.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1719: Bump guava to 33.2.0-jre"}},{"before":"afdfb35dec1e020cdc7fbfd5d5f7cc31883778d8","after":null,"ref":"refs/heads/dependabot/maven/java/org.codehaus.mojo-build-helper-maven-plugin-3.6.0","pushedAt":"2024-05-22T04:35:05.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":"5d8e702809badd9de2f057834d601916b38d3f08","after":"b4b547f77cd6ab9c7fb679db03115d88f8eed41d","ref":"refs/heads/main","pushedAt":"2024-05-22T04:34:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cxzl25","name":null,"path":"/cxzl25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3898450?s=80&v=4"},"commit":{"message":"ORC-1718: Upgrade `build-helper-maven-plugin` to 3.6.0\n\nBumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.5.0 to 3.6.0.\n
\nRelease notes\n

Sourced from org.codehaus.mojo:build-helper-maven-plugin's releases.

\n
\n

3.6.0

\n

Changes

\n

🚀 New features and improvements

\n\n

📦 Dependency updates

\n\n

👻 Maintenance

\n\n

🔧 Build

\n\n
\n
\n
\nCommits\n
    \n
  • 3333454 [maven-release-plugin] prepare release 3.6.0
  • \n
  • 05ee2cb Delete link to remove-project-artifact as is deprecated
  • \n
  • a4190d2 Cleanups dependencies
  • \n
  • b99f6be Remove public modifiers from JUnit 5 tests
  • \n
  • f21a027 Add me as developer
  • \n
  • 211d4b9 Delete example about remove-project-artifact as is deprecated
  • \n
  • 27ab334 Deprecate remove-project-artifact goal
  • \n
  • 8a4c7c4 Bump org.codehaus.mojo:mojo-parent from 81 to 82
  • \n
  • 57f5480 Bump org.codehaus.mojo:mojo-parent from 78 to 81 (#204)
  • \n
  • c09d779 Use shared action for release drafter
  • \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.codehaus.mojo:build-helper-maven-plugin&package-manager=maven&previous-version=3.5.0&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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\nCloses #1938 from dependabot[bot]/dependabot/maven/java/org.codehaus.mojo-build-helper-maven-plugin-3.6.0.\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Shaoyun Chen ","shortMessageHtmlLink":"ORC-1718: Upgrade build-helper-maven-plugin to 3.6.0"}},{"before":null,"after":"afdfb35dec1e020cdc7fbfd5d5f7cc31883778d8","ref":"refs/heads/dependabot/maven/java/org.codehaus.mojo-build-helper-maven-plugin-3.6.0","pushedAt":"2024-05-20T12:08:44.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":"Bump org.codehaus.mojo:build-helper-maven-plugin in /java\n\nBumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.5.0 to 3.6.0.\n- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)\n- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.5.0...3.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:build-helper-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump org.codehaus.mojo:build-helper-maven-plugin in /java"}},{"before":"58a1fcc8e76524bd1308084387056a36e3ff6d91","after":"5d8e702809badd9de2f057834d601916b38d3f08","ref":"refs/heads/main","pushedAt":"2024-05-16T14:38:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ffacs","name":null,"path":"/ffacs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34805247?s=80&v=4"},"commit":{"message":"ORC-1389: [C++] Support schema evolution from string group to numeric/string group\n\n### What changes were proposed in this pull request?\nSupport conversion from\n\n{string, char, varchar}\nto\n{boolean, byte, short, int, long, float, double, string, char, varchar}\n\n### Why are the changes needed?\nTo support schema evolution on c++ side.\n\n### How was this patch tested?\nUT passed\n\n### Was this patch authored or co-authored using generative AI tooling?\nNO\n\nCloses #1931 from ffacs/ORC-1389.\n\nAuthored-by: ffacs \nSigned-off-by: ffacs ","shortMessageHtmlLink":"ORC-1389: [C++] Support schema evolution from string group to numeric…"}},{"before":"de9cca57223fbe269dbaad9aaad309b814105087","after":null,"ref":"refs/heads/dependabot/maven/java/parquet.version-1.14.0","pushedAt":"2024-05-15T16:58:13.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":"djE6ks8AAAAEXUvAgAA","startCursor":null,"endCursor":null}},"title":"Activity · apache/orc"}