Skip to content

Commit

Permalink
set spark_version env var for pydeequ (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhondo authored Mar 26, 2024
1 parent 6d19414 commit adce32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "2815!3.3.2+affirm.4"
__version__: str = "2815!3.3.2+affirm.5"
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ case "$1" in
esac

# Execute the container CMD under tini for better hygiene
export SPARK_VERSION="3.3"
exec /tini -s -- "${CMD[@]}"

0 comments on commit adce32e

Please sign in to comment.