Anything I could do to help?

2021-09-07 Thread Marko Rodriguez
Hi guys/gals,

Looks like it’s just been Stephen nick-nacking away again as it’s been the last 
few years. Given the recent big turnover in management, I was hoping to eat my 
own words and see some performance out of Josh, but unfortunately as given the 
last 15+ years, 'talk and walk’ (which is even worse than ‘commit and split’). 
Given that Amazon Neptune is including openCypher in their distribution and 
with Neo4j just took in a whomping $300+ million in a Series , 
seems Apache TinkerPop will be falling to the wayside unless some real 
innovation happens.

As such, perhaps I could offer a helping hand given my intimate knowledge of 
the codebase and my master of the theory and history of graph computing that I 
helped formulate over the last 15 years. With that said, I completely 
understand if y’all need to hold to the narrative that I’m a “Nazi racist” and 
thus, unworthy of contributing (after all, the "Nazi code" I wrote over a 
decade has proven how detrimental ‘racism’ has been to the integrity of the 
software). However, on the other hand, if y’all have moved past such trivial 
concepts of ‘good and evil’, perhaps we can get TinkerPop movin' again.

Take care mein comrades,
Marko.

http://markorodriguez.com 




[jira] [Commented] (TINKERPOP-2605) Further enforce and refine null semantics

2021-09-07 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411444#comment-17411444
 ] 

ASF GitHub Bot commented on TINKERPOP-2605:
---

bechbd commented on pull request #1471:
URL: https://github.com/apache/tinkerpop/pull/1471#issuecomment-914570058


   I tried out the changes and they all are working as I would expect
   
   VOTE +1
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Further enforce and refine null semantics
> -
>
> Key: TINKERPOP-2605
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2605
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: process, test-suite
>Affects Versions: 3.5.1
>Reporter: Stephen Mallette
>Assignee: Stephen Mallette
>Priority: Major
>
> A number of areas where {{null}} is used in traversals result in some odd 
> looking errors. Identify these situations and improve them to be more user 
> friendly. Some specific items to take care of:
> {code}
> hasLabel(null) // currently results in exception, should just filter
> P.within(null) // TINKERPOP-2598
> sum() // NPE if null is present, should ignore nulls in calculation and 
> return null if all values are null
> mean() // NPE if null is present, should ignore nulls in calculation and 
> return null if all values are null
> max() // NPE if null is present, should ignore nulls in calculation and 
> return null if all values are null
> min() // NPE if null is present, should ignore nulls in calculation and 
> return null if all values are null
> inject(null) // NPE
> hasValue(null) // NPE if accidentally applied to hasValue(P), should just 
> filter
> hasKey(null) // NPE, should just filter
> withSideEffect('k',null) // NPE, should just allow the assignment
> g.inject(1,null).as('a') // NPE and won't allow labelling 
> path() // NPE when encountering nulls
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (TINKERPOP-2570) Support custom type in GraphBinary for .NET

2021-09-07 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411159#comment-17411159
 ] 

ASF GitHub Bot commented on TINKERPOP-2570:
---

spmallette commented on pull request #1470:
URL: https://github.com/apache/tinkerpop/pull/1470#issuecomment-914234819


   VOTE +1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support custom type in GraphBinary for .NET
> ---
>
> Key: TINKERPOP-2570
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2570
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: dotnet
>Affects Versions: 3.5.0
>Reporter: Florian Hockmann
>Priority: Major
>
> 3.5.0 added GraphBinary for Gremlin.NET but I forgot to add support for the 
> [{{Custom}} type|https://tinkerpop.apache.org/docs/3.5.0/dev/io/#_custom] 
> which allows users / providers to implement serializers for their own types.
> We should add that type so users and providers can implement their own 
> serializers.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)