[jira] [Created] (TINKERPOP-1960) fold() doesn't fold in OLAP

2018-05-07 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1960:
-

 Summary: fold() doesn't fold in OLAP
 Key: TINKERPOP-1960
 URL: https://issues.apache.org/jira/browse/TINKERPOP-1960
 Project: TinkerPop
  Issue Type: Bug
Affects Versions: 3.2.9
Reporter: Daniel Kuppitz


{noformat}
gremlin> g.withSack(0).V().hasLabel("person").as("from","to").
..1>repeat(both().as("to").dedup("from","to").
..2>   sack(sum).by(constant(1))).
..3>  emit(hasLabel("person")).
..4>sack().dedup().fold()
==>[1,2,3]
gremlin> g.withComputer().withSack(0).V().hasLabel("person").as("from","to").
..1>repeat(both().as("to").dedup("from","to").
..2>   sack(sum).by(constant(1))).
..3>  emit(hasLabel("person")).
..4>sack().dedup().fold()
==>[1]
==>[2]
==>[3]
{noformat}

I only noticed the misbehavior in this particular traversal, other tests looked 
good, so there must be a step that somehow interferes with {{fold()}}.



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


[jira] [Created] (TINKERPOP-1959) Provide a way to submit scripts to the server

2018-05-07 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1959:
---

 Summary: Provide a way to submit scripts to the server
 Key: TINKERPOP-1959
 URL: https://issues.apache.org/jira/browse/TINKERPOP-1959
 Project: TinkerPop
  Issue Type: Improvement
  Components: javascript
Affects Versions: 3.2.8
Reporter: stephen mallette


It is currently only possible to submit bytecode based requests to the server 
with gremlin-javascript. We should also provide some means for submitting 
scripts.



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


[jira] [Closed] (TINKERPOP-1943) JavaScript GLV: Support GraphSON3

2018-05-07 Thread Jorge Bay (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge Bay closed TINKERPOP-1943.

Resolution: Done

> JavaScript GLV: Support GraphSON3
> -
>
> Key: TINKERPOP-1943
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1943
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: javascript
>Affects Versions: 3.3.2
>Reporter: Jorge Bay
>Priority: Major
> Fix For: 3.3.3
>
>
> Default GraphSON version for gremlin-javascript is GraphSON2 and newer 
> version is not supported, which can be a pain for users getting started with 
> the GLV in 3.3+.



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


[jira] [Reopened] (TINKERPOP-1943) JavaScript GLV: Support GraphSON3

2018-05-07 Thread Jorge Bay (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge Bay reopened TINKERPOP-1943:
--

> JavaScript GLV: Support GraphSON3
> -
>
> Key: TINKERPOP-1943
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1943
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: javascript
>Affects Versions: 3.3.2
>Reporter: Jorge Bay
>Priority: Major
> Fix For: 3.3.3
>
>
> Default GraphSON version for gremlin-javascript is GraphSON2 and newer 
> version is not supported, which can be a pain for users getting started with 
> the GLV in 3.3+.



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


[jira] [Commented] (TINKERPOP-1943) JavaScript GLV: Support GraphSON3

2018-05-07 Thread Jorge Bay (JIRA)

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

Jorge Bay commented on TINKERPOP-1943:
--

I'll reopen it to set the fix version.

> JavaScript GLV: Support GraphSON3
> -
>
> Key: TINKERPOP-1943
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1943
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: javascript
>Affects Versions: 3.3.2
>Reporter: Jorge Bay
>Priority: Major
> Fix For: 3.3.3
>
>
> Default GraphSON version for gremlin-javascript is GraphSON2 and newer 
> version is not supported, which can be a pain for users getting started with 
> the GLV in 3.3+.



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


[jira] [Updated] (TINKERPOP-1943) JavaScript GLV: Support GraphSON3

2018-05-07 Thread Jorge Bay (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge Bay updated TINKERPOP-1943:
-
Fix Version/s: 3.3.3

> JavaScript GLV: Support GraphSON3
> -
>
> Key: TINKERPOP-1943
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1943
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: javascript
>Affects Versions: 3.3.2
>Reporter: Jorge Bay
>Priority: Major
> Fix For: 3.3.3
>
>
> Default GraphSON version for gremlin-javascript is GraphSON2 and newer 
> version is not supported, which can be a pain for users getting started with 
> the GLV in 3.3+.



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