[jira] [Commented] (GEODE-4632) Remove CacheableString from UserFunctionExecutionException

2018-02-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16357141#comment-16357141
 ] 

ASF subversion and git services commented on GEODE-4632:


Commit 7edebdf0f613934e9c3e5c159576db98131ec468 in geode-native's branch 
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=7edebdf ]

GEODE-4632: Fixes compile error on .NET.


> Remove CacheableString from UserFunctionExecutionException
> --
>
> Key: GEODE-4632
> URL: https://issues.apache.org/jira/browse/GEODE-4632
> Project: Geode
>  Issue Type: Improvement
>  Components: native client
>Reporter: Jacob S. Barrett
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> UserFunctionExecutionException uses CacheableString to store the string 
> message from a user exception in function execution. We can store this is 
> std::string and simplify the interface.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-4632) Remove CacheableString from UserFunctionExecutionException

2018-02-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16357071#comment-16357071
 ] 

ASF subversion and git services commented on GEODE-4632:


Commit 5933abccf2b34fd73369af9ece498f2fdaf34ad4 in geode-native's branch 
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=5933abc ]

GEODE-4632: Replace CacheableString with std::string. (#215)



> Remove CacheableString from UserFunctionExecutionException
> --
>
> Key: GEODE-4632
> URL: https://issues.apache.org/jira/browse/GEODE-4632
> Project: Geode
>  Issue Type: Improvement
>  Components: native client
>Reporter: Jacob S. Barrett
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> UserFunctionExecutionException uses CacheableString to store the string 
> message from a user exception in function execution. We can store this is 
> std::string and simplify the interface.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)