-
Notifications
You must be signed in to change notification settings - Fork 231
Debug and sanity mode #1069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug and sanity mode #1069
Conversation
feathr-impl/src/main/scala/com/linkedin/feathr/offline/transformation/DataFrameExt.scala
Show resolved
Hide resolved
One suggestion would be to have incremental smaller pull requests, which would be easier to review. It could be broken down into three parts, as described in the description of the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a surface level, LGTM!
...r-impl/src/main/scala/com/linkedin/feathr/offline/generation/DataFrameFeatureGenerator.scala
Show resolved
Hide resolved
feathr-impl/src/main/scala/com/linkedin/feathr/offline/generation/SparkIOUtils.scala
Show resolved
Hide resolved
feathr-impl/src/main/scala/com/linkedin/feathr/offline/transformation/DataFrameExt.scala
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple comments regarding docs and concern regarding debug mode output.
Description