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
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
/
arrow
Public
Notifications
You must be signed in to change notification settings
Fork
4.2k
Star
17k
Code
Issues
2.2k
Pull requests
376
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
GH-43695: [C++][Parquet] flatbuffers metadata experiments
- #43793
#43793
Closed
alkis
wants to merge 10 commits into
apache:main
apache/arrow:main
from
alkis:flatbuf3
alkis/arrow:flatbuf3
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
GH-43695: [C++][Parquet] flatbuffers metadata experiments
#43793
alkis
wants to merge 10 commits into
apache:main
apache/arrow:main
from
alkis:flatbuf3
alkis/arrow:flatbuf3
Copy head branch name to clipboard
Commits
Commits on Nov 26, 2025
1/n flatbuf footer
alkis
committed
16a9d92
View commit details
Copy full SHA for 16a9d92
Browse repository at this point
2/n remove deprecated ColumnChunk.file_offset
alkis
committed
69131b0
View commit details
Copy full SHA for 69131b0
Browse repository at this point
3/n optimize statistics
alkis
committed
e90e4ba
View commit details
Copy full SHA for e90e4ba
Browse repository at this point
4/n optimize offsets, num_values, and byte counts
alkis
committed
724fe69
View commit details
Copy full SHA for 724fe69
Browse repository at this point
5/n if column chunk is dense do not encode num_values
alkis
committed
5aabddb
View commit details
Copy full SHA for 5aabddb
Browse repository at this point
6/n remove encoding_stats
alkis
committed
532efc6
View commit details
Copy full SHA for 532efc6
Browse repository at this point
7/n remove path_in_schema
alkis
committed
95cbe34
View commit details
Copy full SHA for 95cbe34
Browse repository at this point
8/n remove encodings
alkis
committed
19d89b2
View commit details
Copy full SHA for 19d89b2
Browse repository at this point
9/n optimize statistics take 2
alkis
committed
a72cffb
View commit details
Copy full SHA for a72cffb
Browse repository at this point
Commits on Nov 27, 2025
Update to latest flatbuf definition. Store 64-bit offsets and lengths instead of relative ones. Implement Geo types. Add Float16 and Variant. Pack statistics better
alkis
committed
178bc90
View commit details
Copy full SHA for 178bc90
Browse repository at this point
You can’t perform that action at this time.