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
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
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 }}
apache
/
parquet-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
3.1k
Code
Issues
581
Pull requests
154
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Using Zero-Copy API to read
- #6
#6
Closed
dsy88
wants to merge 21 commits into
apache:master
apache/parquet-java:master
from
dsy88:ByteBufferRead
dsy88/incubator-parquet-mr:ByteBufferRead
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Closed
Using Zero-Copy API to read
#6
dsy88
wants to merge 21 commits into
apache:master
apache/parquet-java:master
from
dsy88:ByteBufferRead
dsy88/incubator-parquet-mr:ByteBufferRead
Copy head branch name to clipboard
Commits
Commits on Jan 8, 2014
Use ByteBuf-based api to read magic.
gerashegalov
committed
b6f096e
View commit details
Copy full SHA for b6f096e
Browse repository at this point
Commits on Jan 10, 2014
Reading file metadata using zero-copy API
gerashegalov
committed
89784cc
View commit details
Copy full SHA for 89784cc
Browse repository at this point
Commits on May 23, 2014
Reading chunk using zero-copy API
dsy88
committed
1deb34a
View commit details
Copy full SHA for 1deb34a
Browse repository at this point
Commits on May 31, 2014
Add ByteBufferInputStream and modify Chunk to consume ByteBuffer instead
Show description for 930b93b
dsy88
committed
930b93b
View commit details
Copy full SHA for 930b93b
Browse repository at this point
Commits on Jun 16, 2014
Read from ByteBuffer instead of ByteArray to avoid unnecessary array copy
Show description for 918efa7
dsy88
committed
918efa7
View commit details
Copy full SHA for 918efa7
Browse repository at this point
Commits on Jun 17, 2014
Using Writable Channel to replace write to OutputStream one by one.
dsy88
committed
4a99844
View commit details
Copy full SHA for 4a99844
Browse repository at this point
Commits on Jun 20, 2014
Merge remote-tracking branch 'origin/master' into ByteBufferRead
Show description for a428a29
dsy88
committed
a428a29
View commit details
Copy full SHA for a428a29
Browse repository at this point
Add original readIntLittleEndian function to keep compatible with previous
Show description for 4da7130
dsy88
committed
4da7130
View commit details
Copy full SHA for 4da7130
Browse repository at this point
Commits on Jun 23, 2014
Add a Hadoop compatible layer to abstract away the zero copy API and old
Show description for 80a7351
dsy88
committed
80a7351
View commit details
Copy full SHA for 80a7351
Browse repository at this point
Commits on Jul 2, 2014
Move CompatibilityUtil to parquet.hadoop.util.
Show description for 6b7ea00
dsy88
committed
6b7ea00
View commit details
Copy full SHA for 6b7ea00
Browse repository at this point
Commits on Jul 8, 2014
Implement FSDISTransport in Compatible layer.
Show description for c1a1637
dsy88
committed
c1a1637
View commit details
Copy full SHA for c1a1637
Browse repository at this point
Make BytePacker consume ByteBuffer directly.
dsy88
committed
fb4cc9c
View commit details
Copy full SHA for fb4cc9c
Browse repository at this point
disable enforcer to pass build.
dsy88
committed
bfcb7d4
View commit details
Copy full SHA for bfcb7d4
Browse repository at this point
Commits on Jul 31, 2014
Merge pull request #1 from apache/master
Show description for bd6b60b
dsy88
committed
bd6b60b
View commit details
Copy full SHA for bd6b60b
Browse repository at this point
Commits on Aug 3, 2014
remove some unncessary codes.
Show description for 8a3b36f
dsy88
committed
8a3b36f
View commit details
Copy full SHA for 8a3b36f
Browse repository at this point
Commits on Aug 5, 2014
Merge remote-tracking branch 'origin/master' into ByteBufferRead
Show description for 4cd926f
dsy88
committed
4cd926f
View commit details
Copy full SHA for 4cd926f
Browse repository at this point
Commits on Aug 7, 2014
fix a bug in equals in ByteBuffer Binary with offset and length
dsy88
committed
8f4c9b5
View commit details
Copy full SHA for 8f4c9b5
Browse repository at this point
Commits on Aug 15, 2014
enable enforcer check.
dsy88
committed
b139059
View commit details
Copy full SHA for b139059
Browse repository at this point
Commits on Sep 13, 2014
Address tsdeng's comments
dsy88
committed
8e04e79
View commit details
Copy full SHA for 8e04e79
Browse repository at this point
Merge pull request #2 from apache/master
Show description for 42276c1
dsy88
committed
42276c1
View commit details
Copy full SHA for 42276c1
Browse repository at this point
Merge remote-tracking branch 'origin/master' into ByteBufferRead
Show description for 00b7c7c
dsy88
committed
00b7c7c
View commit details
Copy full SHA for 00b7c7c
Browse repository at this point
You can’t perform that action at this time.