ORC-1438: Bump `auto-service` to 1.1.0

Bumps [auto-service](https://github.com/google/auto) from 1.0.1 to 1.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-service's releases</a>.</em></p>
<blockquote>
<h2>AutoService 1.1.0</h2>
<ul>
<li>AutoService now verifies by default that the annotated class does indeed implement the interface in <code>AutoServce</code>. Previously this only happened when compiling with <code>-Averify=true</code>. The verification can be disabled either by compiling with <code>-Averify=false</code> or by adding <code>SuppressWarnings(&quot;AutoService&quot;)</code> to the annotated class. (965e89328)</li>
<li>The <code>AutoService</code> annotation can no longer be applied to an interface or abstract class. This new verification can also be disabled in the same way. (591731c32)</li>
</ul>
<h2>AutoService 1.0.2</h2>
<p>Updating Maven dependencies only. No functional changes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/auto/commit/1cf1f9f1862b10b5b95c89a41f17949943b18e70"><code>1cf1f9f</code></a> Update readme documentation to reflect the AutoValue release.</li>
<li><a href="https://github.com/google/auto/commit/11be9386fd26061ac3d1b025199ec2b1c470ecdc"><code>11be938</code></a> [release] Prepare to release AutoValue 1.1.</li>
<li><a href="https://github.com/google/auto/commit/e72ded31d9d920b5764cbd5083e1bb530f952b14"><code>e72ded3</code></a> Merge pull request <a href="https://redirect.github.com/google/auto/issues/235">#235</a> from google/moe_writing_branch_from_061401e8f8d2b201f...</li>
<li><a href="https://github.com/google/auto/commit/acc0ea38ae746dadd247f93206c37b018fa1bc3c"><code>acc0ea3</code></a> Update the readme for Auto-Common to more accurately reflect the state of the...</li>
<li><a href="https://github.com/google/auto/commit/b1aca4d116191f27171642b348eb464882194e3f"><code>b1aca4d</code></a> Fix a bug that causing invalid code generated when using multiple AutoFactori...</li>
<li><a href="https://github.com/google/auto/commit/2f7ceda4e71d2f0c7b4a8585dc6cfa5c3743dcde"><code>2f7ceda</code></a> Fixed BasicAnnotationProcessorTest.</li>
<li><a href="https://github.com/google/auto/commit/6634209c4e8ad74edebe46571c1c20c84d7dc7fe"><code>6634209</code></a> In <a href="https://github.com/AutoValue"><code>​AutoValue</code></a> builders, allow a property whose type is e.g. ImmutableList&lt;Str...</li>
<li><a href="https://github.com/google/auto/commit/d87666ca3a623d4fbad6ea5385560ed832f1ef16"><code>d87666c</code></a> <a href="https://github.com/AutoValue"><code>​AutoValue</code></a>.Builder API is no longer provisional.</li>
<li><a href="https://github.com/google/auto/commit/5839c2816c194d53b2a396490885498ffc1a9f77"><code>5839c28</code></a> Merge pull request <a href="https://redirect.github.com/google/auto/issues/232">#232</a> from google/release</li>
<li><a href="https://github.com/google/auto/commit/60a1da11a290fe7c5620e42621c76c290badd12c"><code>60a1da1</code></a> Merge pull request <a href="https://redirect.github.com/google/auto/issues/231">#231</a> from google/release_tools</li>
<li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-common-1.0.1...auto-value-1.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto.service:auto-service&package-manager=maven&previous-version=1.0.1&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot 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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `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)
- `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)
- `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)

</details>

Closes #1524 from dependabot[bot]/dependabot/maven/java/com.google.auto.service-auto-service-1.1.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2 files changed
tree: 078094053f1b2a547b5ccb1615787469b2c8561e
  1. .github/
  2. c++/
  3. cmake_modules/
  4. dev/
  5. docker/
  6. examples/
  7. java/
  8. proto/
  9. site/
  10. tools/
  11. .asf.yaml
  12. .clang-format
  13. .gitignore
  14. CMakeLists.txt
  15. LICENSE
  16. NOTICE
  17. README.md
README.md

Apache ORC

ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query. Because ORC files are type-aware, the writer chooses the most appropriate encoding for the type and builds an internal index as the file is written. Predicate pushdown uses those indexes to determine which stripes in a file need to be read for a particular query and the row indexes can narrow the search to a particular set of 10,000 rows. ORC supports the complete set of types in Hive, including the complex types: structs, lists, maps, and unions.

ORC File Library

This project includes both a Java library and a C++ library for reading and writing the Optimized Row Columnar (ORC) file format. The C++ and Java libraries are completely independent of each other and will each read all versions of ORC files.

Releases:

  • Latest: Apache ORC releases
  • Maven Central: Maven Central
  • Downloads: Apache ORC downloads
  • Release tags: Apache ORC release tags
  • Plan: Apache ORC future release plan

The current build status:

  • Main branch main build status

Bug tracking: Apache Jira

The subdirectories are:

  • c++ - the c++ reader and writer
  • cmake_modules - the cmake modules
  • docker - docker scripts to build and test on various linuxes
  • examples - various ORC example files that are used to test compatibility
  • java - the java reader and writer
  • proto - the protocol buffer definition for the ORC metadata
  • site - the website and documentation
  • tools - the c++ tools for reading and inspecting ORC files

Building

  • Install java 1.8 or higher
  • Install maven 3.8.6 or higher
  • Install cmake 3.12 or higher

To build a release version with debug information:

% mkdir build
% cd build
% cmake ..
% make package
% make test-out

To build a debug version:

% mkdir build
% cd build
% cmake .. -DCMAKE_BUILD_TYPE=DEBUG
% make package
% make test-out

To build a release version without debug information:

% mkdir build
% cd build
% cmake .. -DCMAKE_BUILD_TYPE=RELEASE
% make package
% make test-out

To build only the Java library:

% cd java
% ./mvnw package

To build only the C++ library:

% mkdir build
% cd build
% cmake .. -DBUILD_JAVA=OFF
% make package
% make test-out

To build the C++ library with AVX512 enabled:

export ORC_USER_SIMD_LEVEL=AVX512
% mkdir build
% cd build
% cmake .. -DBUILD_JAVA=OFF -DBUILD_ENABLE_AVX512=ON
% make package
% make test-out

Cmake option BUILD_ENABLE_AVX512 can be set to “ON” or (default value)“OFF” at the compile time. At compile time, it defines the SIMD level(AVX512) to be compiled into the binaries.

Environment variable ORC_USER_SIMD_LEVEL can be set to “AVX512” or (default value)“NONE” at the run time. At run time, it defines the SIMD level to dispatch the code which can apply SIMD optimization.

Note that if ORC_USER_SIMD_LEVEL is set to “NONE” at run time, AVX512 will not take effect at run time even if BUILD_ENABLE_AVX512 is set to “ON” at compile time.