-
Notifications
You must be signed in to change notification settings - Fork 36
[ISSUE] Schema result under the Results object #352
Copy link
Copy link
Open
Labels
TriagedThe issue has been reviewed. Issues without a “Triaged” label require triage/review.The issue has been reviewed. Issues without a “Triaged” label require triage/review.codegenRelated to code generationRelated to code generationserializationJSON serialization/deserialization bugsJSON serialization/deserialization bugs
Metadata
Metadata
Assignees
Labels
TriagedThe issue has been reviewed. Issues without a “Triaged” label require triage/review.The issue has been reviewed. Issues without a “Triaged” label require triage/review.codegenRelated to code generationRelated to code generationserializationJSON serialization/deserialization bugsJSON serialization/deserialization bugs
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
A clear and concise description of what the bug is.
While using the execute command API the result of the call is a Results Object this object has a field called schema which is Map I expected it to be an object that used ColumnInfoTypeName which is used on the SQL warehouse and catalog object
Reproduction
A minimal code sample demonstrating the bug.
Expected behavior
A clear and concise description of what you expected to happen.
Is it a regression?
Did this work in a previous version of the SDK? If so, which versions did you try?
Debug Logs
The SDK logs helpful debugging information when debug logging is enabled. Set the log level to TRACE (e.g. add
log4j.logger.com.databricks=TRACEto the log4j.properties in your project), and include the logs here.Other Information
Additional context
Add any other context about the problem here.