starrocks-connector-for-apache-flink
starrocks-connector-for-apache-flink copied to clipboard
[BugFix] Fix a typo in class StarRocksTableRowTransformer
What type of PR is this:
- [x] BugFix
- [ ] Feature
- [ ] Enhancement
- [ ] Refactor
- [ ] UT
- [ ] Doc
- [ ] Tool
Which issues of this PR fixes :
Fixed a typo in class StarRocksTableRowTransformer, it should be typeConversion instead of typeConvertion.
Problem Summary(Required) :
Checklist:
- [ ] I have added test cases for my bug fix or my new feature
- [ ] This pr will affect users' behaviors
- [ ] This pr needs user documentation (for new or modified features or behaviors)
- [ ] I have added documentation for my new feature or new function