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
/
arrow
Public
Notifications
You must be signed in to change notification settings
Fork
4.2k
Star
17k
Code
Issues
2.2k
Pull requests
365
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
ARROW-12965: [Java] C Data Interface implementation
- #11067
#11067
Closed
roee88
wants to merge 21 commits into
apache:master
apache/arrow:master
from
roee88:java-c-data-interface
roee88/arrow:java-c-data-interface
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Closed
ARROW-12965: [Java] C Data Interface implementation
#11067
roee88
wants to merge 21 commits into
apache:master
apache/arrow:master
from
roee88:java-c-data-interface
roee88/arrow:java-c-data-interface
Copy head branch name to clipboard
Commits
Commits on Oct 11, 2021
ARROW-12965: [Java] C Data Interface implementation
Show description for 3e55652
roee88
and
cdoron
committed
3e55652
View commit details
Copy full SHA for 3e55652
Browse repository at this point
Added ffi package to dev/release
Show description for 88a4576
roee88
committed
88a4576
View commit details
Copy full SHA for 88a4576
Browse repository at this point
Add support for extension types
Show description for b0121b6
roee88
committed
b0121b6
View commit details
Copy full SHA for b0121b6
Browse repository at this point
style fixes
Show description for bc84be3
roee88
committed
bc84be3
View commit details
Copy full SHA for bc84be3
Browse repository at this point
address review comments
Show description for 3f9b2b4
roee88
committed
3f9b2b4
View commit details
Copy full SHA for 3f9b2b4
Browse repository at this point
code style fixes
Show description for d98d5ae
roee88
committed
d98d5ae
View commit details
Copy full SHA for d98d5ae
Browse repository at this point
Added missing dependency for slf4j-api
Show description for a5b7fcf
roee88
committed
a5b7fcf
View commit details
Copy full SHA for a5b7fcf
Browse repository at this point
Added NativeUtil tests
Show description for e7c74a9
roee88
committed
e7c74a9
View commit details
Copy full SHA for e7c74a9
Browse repository at this point
fix: FFIReferenceManager ABA issue
Show description for a976dbb
roee88
committed
a976dbb
View commit details
Copy full SHA for a976dbb
Browse repository at this point
Removed redundant synchronized
Show description for dbab35e
roee88
committed
dbab35e
View commit details
Copy full SHA for dbab35e
Browse repository at this point
Added comment about lack of support for 32bit systems
Show description for c23e1c4
roee88
committed
c23e1c4
View commit details
Copy full SHA for c23e1c4
Browse repository at this point
fix: StructVector with inner complex type
Show description for 97db8ea
roee88
committed
97db8ea
View commit details
Copy full SHA for 97db8ea
Browse repository at this point
Improve retain after release check
Show description for a308128
roee88
committed
a308128
View commit details
Copy full SHA for a308128
Browse repository at this point
Java c data interface CI testing packaging
Show description for dee4fbd
roee88
committed
dee4fbd
View commit details
Copy full SHA for dee4fbd
Browse repository at this point
Code style
Show description for 99d7556
roee88
committed
99d7556
View commit details
Copy full SHA for 99d7556
Browse repository at this point
Commits on Oct 12, 2021
Fix java_full_build script
Show description for 0f0ac3c
roee88
committed
0f0ac3c
View commit details
Copy full SHA for 0f0ac3c
Browse repository at this point
Rename ffi to c data
Show description for 1f43a84
roee88
authored
1f43a84
View commit details
Copy full SHA for 1f43a84
Browse repository at this point
Removed redundant lines in CMakeLists.txt
Show description for 3345641
roee88
committed
3345641
View commit details
Copy full SHA for 3345641
Browse repository at this point
Add best effort to error on 32-bit systems
Show description for 9412dab
roee88
committed
9412dab
View commit details
Copy full SHA for 9412dab
Browse repository at this point
code style: missing end of line
Show description for 4fbb16f
roee88
committed
4fbb16f
View commit details
Copy full SHA for 4fbb16f
Browse repository at this point
Commits on Oct 13, 2021
swap order of ArrowArray and ArrowSchema parameters (#16)
Show description for bff6410
cdoron
and
CDORON@il.ibm.com
authored
bff6410
View commit details
Copy full SHA for bff6410
Browse repository at this point
You can’t perform that action at this time.