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

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

vkagamlyk opened a new pull request, #1992:
URL: https://github.com/apache/tinkerpop/pull/1992

   - Changed default behavior for returning properties on Elements for OLTP 
queries. Properties now returned.
   - Detachment is no longer performed in `TraverserIterator`.
   - Added `materializeProperties` request option to control properties 
serialization.
   - Modified serializers in to handle serialization and deserialization of 
properties.
   - Added functional properties to the graph structure components for .NET, GO 
and Python.
   - Modified the GremlinScriptChecker to extract the `materializeProperties` 
request option.
   - Neo4jVertexProperty no longer throw Exception for `properties()`, but 
return empty iterable.
   
   Jira ticket: https://issues.apache.org/jira/browse/TINKERPOP-2824
   




> Properties on Elements
> ----------------------
>
>                 Key: TINKERPOP-2824
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2824
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet, driver, go, javascript, process, python
>    Affects Versions: 3.5.4
>            Reporter: Valentyn Kahamlyk
>            Assignee: Valentyn Kahamlyk
>            Priority: Major
>              Labels: breaking
>
> Problem: When a user writes `g.V()` they get back a Vertex object. The 
> problem is that depending on the execution context of the traversal, the 
> result could be quite different, with or without properties.
> Solution: Implement new finalization strategy DetachStrategy(detachMode, 
> properties) where mode is one of ALL, NONE or CUSTOM. `properties` is list of 
> properties name, are taken into account only for CUSTOM mode.
> Discussion thread in dev list: [Proposal to handle properties on response 
> Elements-Apache Mail 
> Archives|https://lists.apache.org/thread/l8rw7ydj7kym8vhtwk50nhbp45ng9986]
> Stephen's thread in dev list: [The Issue of Detachment-Apache Mail 
> Archives|https://lists.apache.org/thread/xltcon4zxnwq4fyw2r2126syyrqm8spy]



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

Reply via email to