Skip to content

Commit

Permalink
Changes spark example module name
Browse files Browse the repository at this point in the history
To make it more intuitive and less confusing with the
name clash with `@with_columns`.
  • Loading branch information
skrawcz committed Apr 29, 2024
1 parent 86f1eb0 commit 3380cbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spark/pyspark_feature_catalog/features.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pyspark.sql as ps
from column_features import darkshore_flag, durotar_flag
from pyspark.sql import functions as sf
from with_columns import darkshore_flag, durotar_flag

from hamilton.function_modifiers import schema
from hamilton.plugins.h_spark import with_columns
Expand Down

0 comments on commit 3380cbe

Please sign in to comment.