Skip to content

Commit

Permalink
filter pyspark warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Dec 7, 2024
1 parent 6714257 commit d22c0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,8 @@ filterwarnings = [
"ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.",
# Remove this once https://github.com/boto/boto3/issues/3889 is fixed.
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
]

[tool.black]
Expand Down

0 comments on commit d22c0e3

Please sign in to comment.