Skip to content

build(deps-dev): bump dev.hardwood:hardwood-core from 1.0.0.CR1 to 1.0.0.CR2#32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dev.hardwood-hardwood-core-1.0.0.CR2
Open

build(deps-dev): bump dev.hardwood:hardwood-core from 1.0.0.CR1 to 1.0.0.CR2#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dev.hardwood-hardwood-core-1.0.0.CR2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps dev.hardwood:hardwood-core from 1.0.0.CR1 to 1.0.0.CR2.

Release notes

Sourced from dev.hardwood:hardwood-core's releases.

Release v1.0.0.CR2

Highlights of this release:

  • Breaking: RowReaderBuilder.firstRow() renamed to skip(), which now composes with a filter as a logical OFFSET — rows are skipped after the filter is applied
  • Docker distribution of the hardwood CLI, published as a multi-arch image to GHCR
  • Configurable read batch size for ColumnReader / ColumnReaders, with the default now sized adaptively from the projected column widths instead of a fixed record count
  • TIMESTAMP accessors honor isAdjustedToUTC, with dedicated accessors for local (non-UTC) timestamps
  • Stricter metadata validation: negative sizes, counts, and offsets are rejected, as are shredded Variant objects repeating a field across typed_value and value
  • NaN-safe row group and page pruning for float and double columns
  • Duplicate map keys resolve to the last value per the Parquet spec
  • head() with a filter caps matched rows rather than scanned rows
  • Legacy MAP columns from older parquet-mr / Hive / Impala writers (which annotate only the inner key_value group) are now recognized as maps
  • API change reports are now published alongside the JavaDoc on the website

See the 1.0.0.CR2 milestone on GitHub for the full list of resolved issues.

Thank you to all contributors to this release: Alexei Zenin, Fawzi Essam, Gunnar Morling, Mohamed Ibrahim Elsawy.

Commits
  • 80b0df8 [release] Releasing version v1.0.0.CR2
  • fdd5c51 [release] Update versions for 1.0.0.CR2
  • 651a1a9 #223 Release job fix
  • 4611cf9 #633 Byte-budget the ColumnReader default batch size
  • 936077f #642 Move RowReader::createRowReader() to ParquetFileReader
  • 602b3a0 #223 Publish to GHCR, harden the image, and consolidate build docs
  • 0d8b969 #223 Add Docker distribution for the hardwood CLI
  • 3b23c5f #596 Misc. adjustments after review
  • 927e0c5 #596 Recognize legacy MAP_KEY_VALUE-only annotation as a map
  • 758cada #624 Return exact results from column-reader filters
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [dev.hardwood:hardwood-core](https://github.com/hardwood-hq/hardwood) from 1.0.0.CR1 to 1.0.0.CR2.
- [Release notes](https://github.com/hardwood-hq/hardwood/releases)
- [Changelog](https://github.com/hardwood-hq/hardwood/blob/main/release-test-settings.xml)
- [Commits](hardwood-hq/hardwood@v1.0.0.CR1...v1.0.0.CR2)

---
updated-dependencies:
- dependency-name: dev.hardwood:hardwood-core
  dependency-version: 1.0.0.CR2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants