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
380
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
GH-35059: [C++] Fix "hash_count" for run-end encoded inputs
- #35129
#35129
Merged
westonpace
merged 11 commits into
apache:main
apache/arrow:main
from
felipecrv:fix_count_null_handling
felipecrv/arrow:fix_count_null_handling
Copy head branch name to clipboard
May 1, 2023
Conversation
Commits
11
(11)
Checks
Files changed
Merged
GH-35059: [C++] Fix "hash_count" for run-end encoded inputs
#35129
westonpace
merged 11 commits into
apache:main
apache/arrow:main
from
felipecrv:fix_count_null_handling
felipecrv/arrow:fix_count_null_handling
Copy head branch name to clipboard
Commits
Commits on Apr 18, 2023
gtest_util: Add RunEndEncodeTableColumns utility
felipecrv
committed
28b5d47
View commit details
Copy full SHA for 28b5d47
Browse repository at this point
ArraySpan::SetMembers: Check buffers array size before checking buffers[0]
felipecrv
committed
77b9e2f
View commit details
Copy full SHA for 77b9e2f
Browse repository at this point
hash_count: Expand the test cases
felipecrv
committed
631a9dd
View commit details
Copy full SHA for 631a9dd
Browse repository at this point
Ensure 'hash_count' tests have runs of length > 1
felipecrv
committed
6d8aed1
View commit details
Copy full SHA for 6d8aed1
Browse repository at this point
hash_count: Test on run-end encoded arguments
felipecrv
committed
7471f60
View commit details
Copy full SHA for 7471f60
Browse repository at this point
GroupedCountImpl: Handle nulls in unions and REEs correctly
felipecrv
committed
246e5cc
View commit details
Copy full SHA for 246e5cc
Browse repository at this point
GroupedCountImpl: Use IsNullFast/IsValidFast<RunEndEncodedType>
felipecrv
committed
fb500f0
View commit details
Copy full SHA for fb500f0
Browse repository at this point
GroupedCountImpl: Add REE implementation that skips an entire run at a time
felipecrv
committed
3fe9d76
View commit details
Copy full SHA for 3fe9d76
Browse repository at this point
Add missing ARROW_TESTING_EXPORT
felipecrv
committed
6c3f090
View commit details
Copy full SHA for 6c3f090
Browse repository at this point
Commits on Apr 28, 2023
Remove EXPECT* from Result-returning utility
felipecrv
committed
ced6076
View commit details
Copy full SHA for ced6076
Browse repository at this point
GroupedCountImpl: Collapse two if-else blocks into one
felipecrv
committed
4b7740d
View commit details
Copy full SHA for 4b7740d
Browse repository at this point
You can’t perform that action at this time.