Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
parquet-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
3.1k
Code
Issues
572
Pull requests
152
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
GH-3522: Add batch read APIs to ValuesReader hierarchy
- #3535
#3535
Closed
iemejia
wants to merge 10 commits into
apache:master
apache/parquet-java:master
from
iemejia:perf-batch-read-api
iemejia/parquet-java:perf-batch-read-api
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
GH-3522: Add batch read APIs to ValuesReader hierarchy
#3535
iemejia
wants to merge 10 commits into
apache:master
apache/parquet-java:master
from
iemejia:perf-batch-read-api
iemejia/parquet-java:perf-batch-read-api
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
GH-3522: Add batch read APIs to ValuesReader hierarchy
Show description for 2e9f8b1
iemejia
committed
2e9f8b1
View commit details
Copy full SHA for 2e9f8b1
Browse repository at this point
Override readIntegers() in RLE ValuesReader to delegate to batch decoder
Show description for 7cc1926
iemejia
committed
7cc1926
View commit details
Copy full SHA for 7cc1926
Browse repository at this point
Use bulk ByteBuffer view reads in BSS batch decode for all numeric types
Show description for 8380b8e
iemejia
committed
8380b8e
View commit details
Copy full SHA for 8380b8e
Browse repository at this point
Optimize BOOLEAN decoding: direct bit extraction and batch readBooleans()
Show description for dce528d
iemejia
committed
dce528d
View commit details
Copy full SHA for dce528d
Browse repository at this point
Use lookup table for boolean batch decode (PLAIN + RLE PACKED)
Show description for 250af9e
iemejia
committed
250af9e
View commit details
Copy full SHA for 250af9e
Browse repository at this point
Optimize BOOLEAN encoding: batch writeBooleans() with direct byte packing
Show description for a17b30d
iemejia
committed
a17b30d
View commit details
Copy full SHA for a17b30d
Browse repository at this point
Optimize PLAIN encoding: batch writeIntegers/writeLongs/writeFloats/writeDoubles with bulk ByteBuffer view transfers
Show description for 720d864
iemejia
committed
720d864
View commit details
Copy full SHA for 720d864
Browse repository at this point
Add batch read/write APIs for fixed-length byte arrays
Show description for 984147a
iemejia
committed
984147a
View commit details
Copy full SHA for 984147a
Browse repository at this point
Optimize FLBA BSS encoding: batched scatter replacing per-byte stream writes
Show description for d738c58
iemejia
committed
d738c58
View commit details
Copy full SHA for d738c58
Browse repository at this point
Fine-tune JMH benchmarks for targeted per-branch measurement
Show description for ec6408d
iemejia
committed
ec6408d
View commit details
Copy full SHA for ec6408d
Browse repository at this point
You can’t perform that action at this time.