Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-17171: [C++][Gandiva] Implement NextDay Function to case-insensitive #13682

Conversation

ViniciusSouzaRoque
Copy link
Contributor

Implementing changes for the function to be case-insensitive

@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@ViniciusSouzaRoque ViniciusSouzaRoque changed the title ARROW-17171: [C++][Gandiva] Implement case-insensitive ARROW-17171: [C++][Gandiva] Implement NextDay Function to case-insensitive Jul 22, 2022
@ViniciusSouzaRoque ViniciusSouzaRoque force-pushed the feature/add-nextday-case-insensitive branch 4 times, most recently from 7ba4a82 to 6a16ec1 Compare July 26, 2022 13:53
return 0; \
} \
\
char* up = reinterpret_cast<char*>(gdv_fn_context_arena_malloc(context, in_len)); \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a check to see if the malloc operation worked fine

@ViniciusSouzaRoque ViniciusSouzaRoque force-pushed the feature/add-nextday-case-insensitive branch from 363b835 to 2a78d95 Compare July 29, 2022 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants