Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Oct 15, 2021
1 parent 466613a commit c8d2177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __get_class(clazz):
return m

stage_name = java_stage.getClass().getName().replace("org.apache.spark", "pyspark")
stage_name = stage_name.replace("com.microsoft.azure.synapse.ml", "synapseml")
stage_name = stage_name.replace("com.microsoft.azure.synapse.ml", "synapse.ml")
# Generate a default new instance from the stage_name class.
py_type = __get_class(stage_name)
if issubclass(py_type, JavaParams):
Expand Down

0 comments on commit c8d2177

Please sign in to comment.