[
https://issues.apache.org/jira/browse/TINKERPOP-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930422#comment-17930422
]
ASF GitHub Bot commented on TINKERPOP-2966:
-------------------------------------------
flora-jin commented on code in PR #3039:
URL: https://github.com/apache/tinkerpop/pull/3039#discussion_r1970390371
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/translator/PythonTranslator.java:
##########
@@ -443,10 +443,6 @@ static final class SymbolHelper {
TO_PYTHON_MAP.put("and", "and_");
TO_PYTHON_MAP.put("any", "any_");
TO_PYTHON_MAP.put("as", "as_");
- TO_PYTHON_MAP.put("asString", "as_string");
Review Comment:
Checked that all of the removals are present in gremlin.py
> Change PythonTranslator to generate underscore based step naming
> ----------------------------------------------------------------
>
> Key: TINKERPOP-2966
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2966
> Project: TinkerPop
> Issue Type: Improvement
> Components: translator
> Affects Versions: 3.5.6
> Reporter: Stephen Mallette
> Priority: Minor
>
> The more idiomatic underscore based step naming was introduced a long time
> ago but the {{PythonTranslator}}} still produces the old camelcase style.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)