Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6786] Skip repeated checks on convert function in TColumnGen…
…erator # 🔍 Description ## Issue References 🔗 This pull request fixes # ## Describe Your Solution 🔧 - `TColumnGenerator` is used for generating column-based data. This PR skips repeated checks on checking nullability of the convert function in generating single column. ## 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.** Closes #6786 from bowenliang123/skip-converfunc-check. Closes #6786 f76f686 [Bowen Liang] nit 930dfef [Bowen Liang] fix 9712274 [Bowen Liang] comment 9db16ef [Bowen Liang] nit 977d215 [Bowen Liang] skip repeated checking on convert function Authored-by: Bowen Liang <[email protected]> Signed-off-by: Bowen Liang <[email protected]>
- Loading branch information