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
# 🔍 Description
## Issue References 🔗
This pull request fixesapache#6070
## Describe Your Solution 🔧
https://issues.apache.org/jira/browse/SPARK-47085
## Types of changes 🔖
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] 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.**
Closesapache#6077 from Kwafoor/kyuubi_6070.
Closesapache#607084114f3 [wangjunbo] fix
90a1256 [wangjunbo] fix
97db3c9 [wangjunbo] fix
5442296 [wangjunbo] [KYUUBI apache#6070] Performance Improvement for converting rows to thrift rows
Authored-by: wangjunbo <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
Code of Conduct
Search before asking
What would you like to be improved?
https://issues.apache.org/jira/browse/SPARK-47085 reported an issue, scala Seq.apply has O(n) complexity so that we shall avoid it
How should we improve?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: