Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update connector/connect/common/src/main/protobuf/spark/connect/base.…
…proto

Co-authored-by: Maxim Gekk <[email protected]>
  • Loading branch information
heyihong and MaxGekk authored Oct 12, 2023
commit f6d8c357f760272346ff7e7236449af437d08eaf
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ message FetchErrorDetailsResponse {
}

// QueryContext defines the schema for the query context of a SparkThrowable.
// It helps users understand where error occur while executing queries.
// It helps users understand where the error occurs while executing queries.
message QueryContext {
// The object type of the query which throws the exception.
// If the exception is directly from the main query, it should be an empty string.
Expand Down