Marko A. Rodriguez created TINKERPOP-1181: ---------------------------------------------
Summary: select(Column) should not use a LambdaMapStep Key: TINKERPOP-1181 URL: https://issues.apache.org/jira/browse/TINKERPOP-1181 Project: TinkerPop Issue Type: Bug Components: process Affects Versions: 3.1.0-incubating Reporter: Marko A. Rodriguez {{select(Column)}} currently compiles to a {{LambdaMapStep}}. This is bad for providers that use {{LambdaVerificationStrategy}}, {{select(Column)}} will be excluded when it shouldn't be. -- This message was sent by Atlassian JIRA (v6.3.4#6332)