[jira] [Commented] (IGNITE-18247) .NET: Thin 3.0: LINQ: Operators and functions

2022-11-30 Thread Pavel Tupitsyn (Jira)


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

Pavel Tupitsyn commented on IGNITE-18247:
-

Blocked by IGNITE-18282, IGNITE-18283, IGNITE-18274. Stopping the work for now.

> .NET: Thin 3.0: LINQ: Operators and functions
> -
>
> Key: IGNITE-18247
> URL: https://issues.apache.org/jira/browse/IGNITE-18247
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms, thin client
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET, LINQ, ignite-3
> Fix For: 3.0.0-beta2
>
>
> Implement support for operators and functions in LINQ:
> * Logic and arithmetic: ! + - * / = != %
> * String functions: ToLower, ToUpper, Trim, Contains, etc (see 
> *MethodVisitor*)
> * Date functions (see *MethodVisitor*)
> * Math (Abs, Exp, Log, Pow, etc - see *MethodVisitor*)
> * Regex



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


[jira] [Commented] (IGNITE-18247) .NET: Thin 3.0: LINQ: Operators and functions

2022-12-22 Thread Pavel Tupitsyn (Jira)


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

Pavel Tupitsyn commented on IGNITE-18247:
-

IGNITE-18274 is still not resolved, but only affects modulo operator. Marked 
the test with *[Ignore]* for now.

> .NET: Thin 3.0: LINQ: Operators and functions
> -
>
> Key: IGNITE-18247
> URL: https://issues.apache.org/jira/browse/IGNITE-18247
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms, thin client
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET, LINQ, ignite-3
> Fix For: 3.0.0-beta2
>
>
> Implement support for operators and functions in LINQ:
> * Logic and arithmetic: ! + - * / = != %
> * String functions: ToLower, ToUpper, Trim, Contains, etc (see 
> *MethodVisitor*)
> * Date functions (see *MethodVisitor*)
> * Math (Abs, Exp, Log, Pow, etc - see *MethodVisitor*)
> * Regex



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


[jira] [Commented] (IGNITE-18247) .NET: Thin 3.0: LINQ: Operators and functions

2022-12-22 Thread Pavel Tupitsyn (Jira)


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

Pavel Tupitsyn commented on IGNITE-18247:
-

[~ashapkin] please review.

> .NET: Thin 3.0: LINQ: Operators and functions
> -
>
> Key: IGNITE-18247
> URL: https://issues.apache.org/jira/browse/IGNITE-18247
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms, thin client
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET, LINQ, ignite-3
> Fix For: 3.0.0-beta2
>
>
> Implement support for operators and functions in LINQ:
> * Logic and arithmetic: ! + - * / = != %
> * String functions: ToLower, ToUpper, Trim, Contains, etc (see 
> *MethodVisitor*)
> * Date functions (see *MethodVisitor*)
> * Math (Abs, Exp, Log, Pow, etc - see *MethodVisitor*)
> * Regex



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


[jira] [Commented] (IGNITE-18247) .NET: Thin 3.0: LINQ: Operators and functions

2022-12-28 Thread Alexandr Shapkin (Jira)


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

Alexandr Shapkin commented on IGNITE-18247:
---

[~ptupitsyn] looks good to me. 

> .NET: Thin 3.0: LINQ: Operators and functions
> -
>
> Key: IGNITE-18247
> URL: https://issues.apache.org/jira/browse/IGNITE-18247
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms, thin client
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET, LINQ, ignite-3
> Fix For: 3.0.0-beta2
>
>
> Implement support for operators and functions in LINQ:
> * Logic and arithmetic: ! + - * / = != %
> * String functions: ToLower, ToUpper, Trim, Contains, etc (see 
> *MethodVisitor*)
> * Date functions (see *MethodVisitor*)
> * Math (Abs, Exp, Log, Pow, etc - see *MethodVisitor*)
> * Regex



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


[jira] [Commented] (IGNITE-18247) .NET: Thin 3.0: LINQ: Operators and functions

2022-12-28 Thread Pavel Tupitsyn (Jira)


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

Pavel Tupitsyn commented on IGNITE-18247:
-

Merged to main: 14c30f23791c50856f9eb74b30d909c393de88c8

> .NET: Thin 3.0: LINQ: Operators and functions
> -
>
> Key: IGNITE-18247
> URL: https://issues.apache.org/jira/browse/IGNITE-18247
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms, thin client
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET, LINQ, ignite-3
> Fix For: 3.0.0-beta2
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Implement support for operators and functions in LINQ:
> * Logic and arithmetic: ! + - * / = != %
> * String functions: ToLower, ToUpper, Trim, Contains, etc (see 
> *MethodVisitor*)
> * Date functions (see *MethodVisitor*)
> * Math (Abs, Exp, Log, Pow, etc - see *MethodVisitor*)
> * Regex



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