Skip to content

Commit

Permalink
[SPARK-44154][SQL][FOLLOWUP] Add INVALID_BITMAP_POSITION error into…
Browse files Browse the repository at this point in the history
… doc

### What changes were proposed in this pull request?

This is a followup PR for #41623, because we add test for sync doc and `error-classes.json` after #41813 . We should add `INVALID_BITMAP_POSITION` (add on #41623) into doc.

### Why are the changes needed?

CI fails without this PR.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Existing test.

Closes #41870 from HyukjinKwon/SPARK-44154.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
HyukjinKwon committed Jul 6, 2023
1 parent 29e0947 commit 128a991
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sql-error-conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,12 @@ The boundary `<boundary>` is invalid: `<invalidValue>`.

For more details see [INVALID_BOUNDARY](sql-error-conditions-invalid-boundary.html)

### INVALID_BITMAP_POSITION

[SQLSTATE: 22003](sql-error-conditions-sqlstates.html#class-22-data-exception)

The 0-indexed bitmap position `<bitPosition>` is out of bounds. The bitmap has `<bitmapNumBits>` bits (`<bitmapNumBytes>` bytes).

### INVALID_BUCKET_FILE

SQLSTATE: none assigned
Expand Down

0 comments on commit 128a991

Please sign in to comment.