You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/sdk-issue.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ A minimal code sample demonstrating the bug.
16
16
**Expected behavior**
17
17
A clear and concise description of what you expected to happen.
18
18
19
+
**Is it a regression?**
20
+
Did this work in a previous version of the SDK? If so, which versions did you try?
21
+
19
22
**Debug Logs**
20
23
The SDK logs helpful debugging information when debug logging is enabled. Set the log level to TRACE (e.g. add `log4j.logger.com.databricks=TRACE` to the log4j.properties in your project), and include the logs here.
0 commit comments