Description
The by(Function) doesn't check for Column:
as it does here:
Seems like it would be better to just add:
if (function instanceof Column) this.modulateBy(new ColumnTraversal((Column) function))
Mentioned here on the user list: https://groups.google.com/d/msg/gremlin-users/Y0fez_aLdqs/nyUKQkO_AAAJ
Attachments
Issue Links
- links to