Skip to content
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

Fix env logging #987

Closed
wants to merge 24 commits into from
Closed

Fix env logging #987

wants to merge 24 commits into from

Conversation

xiaoyongzhu
Copy link
Member

@xiaoyongzhu xiaoyongzhu commented Jan 18, 2023

This PR fixes a few environment variable related issues and tests. Specifically this PR removes the use_env_vars variable from all places since it probably doesn't make a lot of sense.

@xiaoyongzhu xiaoyongzhu added the safe to test Tag to execute build pipeline for a PR from forked repo label Jan 18, 2023
@@ -65,6 +65,7 @@
"py4j<=0.10.9.7",
"loguru<=0.6.0",
"pandas",
"numpy<=1.20.3", # pin numpy due to pyspark's deprecated np.bool access
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this one get reverted?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, but let's see if all the test can pass, then revert this one. Otherwise one of the test might fail

@xiaoyongzhu xiaoyongzhu added the registry test Used to run test cases for registry label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
registry test Used to run test cases for registry safe to test Tag to execute build pipeline for a PR from forked repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants