forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[yugabyte#9804] Add Python type annotations to the Spark test runner
Summary: Add Python type annotations to the Spark test runner. Also use the codecheck tool to verify a subset of Python scripts during the build. Test Plan: Jenkins: build type: release Reviewers: jharveysmith, steve.varnau Reviewed By: steve.varnau Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D12701
- Loading branch information
Showing
10 changed files
with
282 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euo pipefail | ||
. "${BASH_SOURCE%/*}/../build-support/common-build-env.sh" | ||
|
||
activate_virtualenv | ||
set_pythonpath | ||
|
||
codecheck "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.