[jira] [Created] (ARROW-18235) [C++][Gandiva] Fix the like function implementation for escape chars

2022-11-03 Thread Siddhant Rao (Jira)
Siddhant Rao created ARROW-18235:


 Summary: [C++][Gandiva] Fix the like function implementation for 
escape chars
 Key: ARROW-18235
 URL: https://issues.apache.org/jira/browse/ARROW-18235
 Project: Apache Arrow
  Issue Type: New Feature
  Components: C++ - Gandiva
Reporter: Siddhant Rao


The current conversion of sql like patterns to pcre doesn't work if the escape 
character is one of the special characters to pcre. Fix this by not escaping 
those characters if it the escape character itself.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ARROW-16917) Add a Secondary Cache to cache gandiva object code

2022-06-28 Thread Siddhant Rao (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Siddhant Rao created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Apache Arrow /  ARROW-16917  
 
 
  Add a Secondary Cache to cache gandiva object code   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 C++ - Gandiva  
 
 
Created: 
 28/Jun/22 07:42  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Siddhant Rao  
 

  
 
 
 
 

 
 Arrow gandiva has a primary cache but this cache doesn't persist across restarts. Integrate a new API in project and filter make calls that allow the user to specify the implementation of the secondary cache by providing a c++ and java interface to this persistent cache.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

  

[jira] [Created] (ARROW-16191) [C++][Gandiva] Fix size 0 case in arena malloc

2022-04-13 Thread Siddhant Rao (Jira)
Siddhant Rao created ARROW-16191:


 Summary: [C++][Gandiva] Fix size 0 case in arena malloc 
 Key: ARROW-16191
 URL: https://issues.apache.org/jira/browse/ARROW-16191
 Project: Apache Arrow
  Issue Type: Bug
  Components: C++ - Gandiva
Reporter: Siddhant Rao


The size 0 case in arena malloc is causing sporadic errors due to null pointer 
being returned to functions like convert_from which treat this as an error.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (ARROW-16169) [C++][Gandiva] Fix empty string case in convert_fromUTF8_binary()

2022-04-12 Thread Siddhant Rao (Jira)
Siddhant Rao created ARROW-16169:


 Summary: [C++][Gandiva] Fix empty string case in 
convert_fromUTF8_binary()
 Key: ARROW-16169
 URL: https://issues.apache.org/jira/browse/ARROW-16169
 Project: Apache Arrow
  Issue Type: Bug
  Components: C++ - Gandiva
Reporter: Siddhant Rao


Fixes the empty string case in convert_fromUTF8_binary function which was 
leading to an error with the arena malloc ("Couldn't allocate output string").



--
This message was sent by Atlassian Jira
(v8.20.1#820001)