databricks-sql-python
databricks-sql-python copied to clipboard
Refactor: Update deprecated logger.warn to logger.warning
What type of PR is this?
- [x] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Other
Description
- Modify the usage of the deprecated logger method.
-
src/databricks/sql/thrift_backend.py:- Use
logger.warninginstead oflogger.warn.
- Use
-
How is this tested?
- [x] Unit tests
- [ ] E2E Tests
- [ ] Manually
- [ ] N/A