Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6387] [TRINO] Trino engine improve operation log
trino engine increment mode support fetch log # 🔍 Description ## Issue References 🔗 This pull request fixes # ## Describe Your Solution 🔧 1. Trino engine supports outputting final status information, and we can also support outputting running information. 2. In increment mode, the operation status is set to FINISHED quickly, which prevents the client from fetching detailed operation logs. The client is unaware of the exact execution status of the operation. It should be possible to explicitly check if the ResultSet has more data (hasNext), and delay setting the status to output more operation information. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6387 from lsm1/branch-trino-print-info. Closes #6387 b9b733a [senmiaoliu] trino engine output running info trino engine increment mode support fetch log Authored-by: senmiaoliu <[email protected]> Signed-off-by: Shaoyun Chen <[email protected]>
- Loading branch information