upadhyay-prashant commented on code in PR #2475:
URL: https://github.com/apache/tinkerpop/pull/2475#discussion_r1479052070


##########
gremlin-core/pom.xml:
##########
@@ -101,6 +101,16 @@ limitations under the License.
             <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>

Review Comment:
   done 



##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/filter/Range.feature:
##########
@@ -280,4 +280,16 @@ Feature: Step - range()
     When iterated to list
     Then the result should be unordered
       | result |
-      | d[29].i |
\ No newline at end of file
+      | d[29].i |
+
+  Scenario: g_V_mapXinX_limitX2X_valuesXnameX
+    Given the modern graph
+    And the traversal of
+      """
+      g.V().map(__.in()).limit(2).values('name')

Review Comment:
   done



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to