Commit 010803e
committed
Drop the DEBUG log — redundant with sqlalchemy.engine's own logging
The prior commit added a DEBUG log in __init__ recording the compiled
statement. SQLAlchemy's own sqlalchemy.engine logger already exposes
the compiled SQL (via echo=True or the standard engine logger), so
our log duplicates that surface for no added signal. Dropping it
keeps the dialect consistent with the existing "warnings only" logging
style — no other DEBUG-level log exists in the codebase.
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent 05c180f commit 010803e
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 123 | | |
136 | 124 | | |
137 | 125 | | |
| |||
0 commit comments