René's URL Explorer Experiment


Title: GH-343: Fix BaseVariableWidthVector and BaseLargeVariableWidthVector offset buffer serialization by Yicong-Huang · Pull Request #989 · apache/arrow-java · GitHub

Open Graph Title: GH-343: Fix BaseVariableWidthVector and BaseLargeVariableWidthVector offset buffer serialization by Yicong-Huang · Pull Request #989 · apache/arrow-java

X Title: GH-343: Fix BaseVariableWidthVector and BaseLargeVariableWidthVector offset buffer serialization by Yicong-Huang · Pull Request #989 · apache/arrow-java

Description: What's Changed Fix BaseVariableWidthVector/BaseLargeVariableWidthVector IPC serialization when valueCount is 0. Problem When valueCount == 0, setReaderAndWriterIndex() was setting offsetBuffer.writerIndex(0), which means readableBytes() == 0. IPC serializer uses readableBytes() to determine buffer size, so 0 bytes were written to the IPC stream. This crashes IPC readers in other libraries because Arrow spec requires offset buffer to have at least one entry [0]. This is a follow-up to #967 which fixed the same issue in ListVector/LargeListVector. Fix Simplify setReaderAndWriterIndex() to always use (valueCount + 1) * OFFSET_WIDTH for offset buffer's writerIndex. When valueCount == 0, this correctly sets writerIndex to OFFSET_WIDTH, ensuring offset[0] is included in serialization. Testing Added tests for empty VarCharVector and LargeVarCharVector verifying offset buffer has correct readableBytes(). related to #343

Open Graph Description: What's Changed Fix BaseVariableWidthVector/BaseLargeVariableWidthVector IPC serialization when valueCount is 0. Problem When valueCount == 0, setReaderAndWriterIndex() was setting offsetBuffer....

X Description: What's Changed Fix BaseVariableWidthVector/BaseLargeVariableWidthVector IPC serialization when valueCount is 0. Problem When valueCount == 0, setReaderAndWriterIndex() was setting offsetBuf...

Opengraph URL: https://github.com/apache/arrow-java/pull/989

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:1129ac82-c4cb-4678-a95e-fb4914c56e07
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idA098:1478FE:2AFC1A5:36E51A7:69912ECB
html-safe-nonce92ace6941ce8a81ee95939d71ea76c0fa9dcfa81435e20d7a760d1535e13f30e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDk4OjE0NzhGRToyQUZDMUE1OjM2RTUxQTc6Njk5MTJFQ0IiLCJ2aXNpdG9yX2lkIjoiMjIzMjMxNzQzNTc3OTgyMTI1OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8f74e9e794cbd1a553a59af56089acab5ffaaf7d89249e727e4b0361d2ab128c
hovercard-subject-tagpull_request:3212608746
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/apache/arrow-java/pull/989/checks
twitter:imagehttps://avatars.githubusercontent.com/u/17627829?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/17627829?s=400&v=4
og:image:altWhat's Changed Fix BaseVariableWidthVector/BaseLargeVariableWidthVector IPC serialization when valueCount is 0. Problem When valueCount == 0, setReaderAndWriterIndex() was setting offsetBuffer....
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-cache
go-importgithub.com/apache/arrow-java git https://github.com/apache/arrow-java.git
octolytics-dimension-user_id47359
octolytics-dimension-user_loginapache
octolytics-dimension-repository_id893682219
octolytics-dimension-repository_nwoapache/arrow-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id893682219
octolytics-dimension-repository_network_root_nwoapache/arrow-java
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Farrow-java%2Fpull%2F989%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Farrow-java%2Fpull%2F989%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=apache%2Farrow-java
Reloadhttps://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks
Reloadhttps://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks
Reloadhttps://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks
apache https://patch-diff.githubusercontent.com/apache
arrow-javahttps://patch-diff.githubusercontent.com/apache/arrow-java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Farrow-java
Fork 111 https://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Farrow-java
Star 83 https://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Farrow-java
Code https://patch-diff.githubusercontent.com/apache/arrow-java
Issues 403 https://patch-diff.githubusercontent.com/apache/arrow-java/issues
Pull requests 38 https://patch-diff.githubusercontent.com/apache/arrow-java/pulls
Discussions https://patch-diff.githubusercontent.com/apache/arrow-java/discussions
Actions https://patch-diff.githubusercontent.com/apache/arrow-java/actions
Security 0 https://patch-diff.githubusercontent.com/apache/arrow-java/security
Insights https://patch-diff.githubusercontent.com/apache/arrow-java/pulse
Code https://patch-diff.githubusercontent.com/apache/arrow-java
Issues https://patch-diff.githubusercontent.com/apache/arrow-java/issues
Pull requests https://patch-diff.githubusercontent.com/apache/arrow-java/pulls
Discussions https://patch-diff.githubusercontent.com/apache/arrow-java/discussions
Actions https://patch-diff.githubusercontent.com/apache/arrow-java/actions
Security https://patch-diff.githubusercontent.com/apache/arrow-java/security
Insights https://patch-diff.githubusercontent.com/apache/arrow-java/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fapache%2Farrow-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Farrow-java%2Fissues%2Fnew%2Fchoose
Yicong-Huanghttps://patch-diff.githubusercontent.com/Yicong-Huang
apache:mainhttps://patch-diff.githubusercontent.com/apache/arrow-java/tree/main
Yicong-Huang:fix/343-base-variable-width-vector-offset-bufferhttps://patch-diff.githubusercontent.com/Yicong-Huang/arrow-java/tree/fix/343-base-variable-width-vector-offset-buffer
Conversation 5 https://patch-diff.githubusercontent.com/apache/arrow-java/pull/989
Commits 4 https://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/commits
Checks 25 https://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks
Files changed https://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/files
Please reload this pagehttps://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks
Sign in for the full log viewhttps://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Farrow-java%2Fpull%2F989%2Fchecks
GH-343: Fix BaseVariableWidthVector and BaseLargeVariableWidthVector offset buffer serialization https://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks
Dev PR on: pull_request_target https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400273
Ensure PR format https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400273/job/61669956409?pr=989
RC on: pull_request https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475
Source https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61669106203?pr=989
JNI ubuntu-latest x86_64 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61669127109?pr=989
JNI ubuntu-24.04-arm aarch_64 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61669127098?pr=989
JNI macos-15-intel x86_64 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61669127104?pr=989
JNI macos-14 aarch_64 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61669127108?pr=989
JNI windows-2022 x86_64 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61669127080?pr=989
Binaries https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61670393868?pr=989
Docs https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61670670468?pr=989
Verify https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61670670448?pr=989
Publish docs https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61670670609?pr=989
Upload https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400475/job/61670670768?pr=989
Dev on: pull_request https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400477
pre-commit https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400477/job/61669106488?pr=989
Test on: pull_request https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479
AMD64 Ubuntu JDK 11 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106496?pr=989
AMD64 Conda JNI JDK 11 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106518?pr=989
AMD64 Ubuntu JDK 17 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106545?pr=989
AMD64 Conda JNI JDK 17 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106478?pr=989
AMD64 Ubuntu JDK 21 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106555?pr=989
AMD64 Conda JNI JDK 21 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106494?pr=989
AMD64 Ubuntu JDK 23 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106531?pr=989
AMD64 Conda JNI JDK 23 Maven 3.9.9 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106523?pr=989
AMD64 macOS 15-intel Java JDK 11 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106487?pr=989
AArch64 macOS latest Java JDK 11 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106411?pr=989
AMD64 Windows Server 2022 Java JDK 11 https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106442?pr=989
AMD64 integration https://patch-diff.githubusercontent.com/apache/arrow-java/actions/runs/21417400479/job/61669106409?pr=989
Ensure PR is linked to an issue https://patch-diff.githubusercontent.com/apache/arrow-java/pull/989/checks#annotation:6:16
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.