Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR][CONNECT][PYTHON] Add missing
super().__init__()
in expressions
### What changes were proposed in this pull request? Add missing `super().__init__()` in expressions ### Why are the changes needed? to make IDEA happy: <img width="418" alt="image" src="https://user-images.githubusercontent.com/7322292/232402659-20e7f740-7816-495f-967f-d90c3ac7eedc.png"> ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? existing UT Closes apache#40818 from zhengruifeng/connect_super. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
- Loading branch information