databricks-sql-python icon indicating copy to clipboard operation
databricks-sql-python copied to clipboard

Refactor: Update deprecated logger.warn to logger.warning

Open wei-juncheng opened this issue 8 months ago • 0 comments

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.warning instead of logger.warn.

How is this tested?

  • [x] Unit tests
  • [ ] E2E Tests
  • [ ] Manually
  • [ ] N/A

wei-juncheng avatar May 21 '25 03:05 wei-juncheng