Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Visa Inc.
- Bangalore, India
- tirkarthi.github.io
Pinned
463 contributions in the last year
Contribution activity
December 2019
- tirkarthi/python-ipy Python
- tirkarthi/pyutils Python
- tirkarthi/ansible Python
- tirkarthi/click Python
- tirkarthi/moto Python
- tirkarthi/spark Scala
- tirkarthi/blaze Python
- tirkarthi/anaconda-client Python
- tirkarthi/qtpy Python
- tirkarthi/metaflow Python
- tirkarthi/nose2 Python
- tirkarthi/libcloud Python
Created a pull request in apache/spark that received 10 comments
[SPARK-30205][PYSPARK] Import ABCs from collections.abc to remove deprecation warnings
What changes were proposed in this pull request?
This PR aims to remove deprecation warnings by importing ABCs from collections.abc instead of coll…
+6
−2
•
10
comments
- bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well
- bpo-39129: Fix import path for asyncio.TimeoutError
- Fix link to bpo issue in Changelog
- Add comment to avoid ACKS losing order
- Update 3.9.0a2.rst - correct small typos
- bpo-21600: Fix `mock.patch.dict` to be stopped with `mock.patch.stopall`