| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about SparkBatchSQL. | ||
| QueryId | string | The query ID. | sq172352176**** |
| QueryState | string | The execution status of the query. Valid values:
| RUNNING |
| QuerySubmissionTime | long | The submission timestamp of the query. | 1723521767000 |
| QueryStartTime | long | The execution start timestamp of the query. | 1723521767000 |
| QueryEndTime | long | The execution end timestamp of the query. | 1723521767000 |
| Schema | string | The name of the database for the query execution. | default |
| Uid | long | The Alibaba Cloud account ID. | 2198002412336**** |
| DBClusterId | string | The cluster ID. | amv-bp17s73f016**** |
| ResourceGroupName | string | The name of the resource group. | spark_rg |
| Query | string | The text of the query. | SELECT * FROM db.tb |
| Statements | array | The execution results of the SQL statements. | |
| SparkBatchSQLStatement | The information about the SQL statement. | ||
| ErrMessage | string | The error message for the query execution. | schema is not found |