Skip to content

update docs for duckdb, java for v4.4.0#1088

Merged
isaacbrodsky merged 5 commits into
uber:masterfrom
isaacbrodsky:docs-4.4.0-java-duckdb
Jan 5, 2026
Merged

update docs for duckdb, java for v4.4.0#1088
isaacbrodsky merged 5 commits into
uber:masterfrom
isaacbrodsky:docs-4.4.0-java-duckdb

Conversation

@isaacbrodsky
Copy link
Copy Markdown
Collaborator

@isaacbrodsky isaacbrodsky commented Nov 7, 2025

Depends on new versions of h3-duckdb and h3-java being released, e.g. uber/h3-java#192

@coveralls
Copy link
Copy Markdown

coveralls commented Nov 7, 2025

Coverage Status

coverage: 98.949%. remained the same
when pulling 34ed0bf on isaacbrodsky:docs-4.4.0-java-duckdb
into 312fbbc on uber:master.

Comment thread website/docs/api/inspection.mdx Outdated
Comment on lines +342 to +343
const res = 2;
return h3.constructCell(baseCellNumber, [0], res);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be res = 1. FWIW, here's the example and error in h3-py:

>>> h3.construct_cell(0, 0, res=2)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/aj/work/h3-py/env/lib/python3.12/site-packages/h3/api/basic_str/__init__.py", line 829, in construct_cell
    raise ValueError('Resolution must match number of digits.')
ValueError: Resolution must match number of digits.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed,thanks!

@isaacbrodsky isaacbrodsky merged commit 993f550 into uber:master Jan 5, 2026
45 checks passed
@isaacbrodsky isaacbrodsky deleted the docs-4.4.0-java-duckdb branch January 5, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants