-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more debug info for TypeInfoConverter #426
Conversation
@beyond-up Can we add more check after the code both in the
Not every new type converter has enough validation rules, so add validation check after the |
...mmon/src/main/java/com/bytedance/bitsail/common/type/filemapping/MongoTypeInfoConverter.java
Outdated
Show resolved
Hide resolved
maybe follow will be better because we will know the field name directly.
|
ok, thanks |
...k-base/src/main/java/com/bytedance/bitsail/flink/core/typeutils/ColumnFlinkTypeInfoUtil.java
Show resolved
Hide resolved
...k-base/src/main/java/com/bytedance/bitsail/flink/core/typeutils/NativeFlinkTypeInfoUtil.java
Show resolved
Hide resolved
...c/main/java/com/bytedance/bitsail/connector/legacy/jdbc/converter/JdbcTypeInfoConverter.java
Outdated
Show resolved
Hide resolved
bitsail-common/src/main/java/com/bytedance/bitsail/common/type/BitSailTypeParser.java
Outdated
Show resolved
Hide resolved
...mmon/src/main/java/com/bytedance/bitsail/common/type/filemapping/MongoTypeInfoConverter.java
Show resolved
Hide resolved
@beyond-up Good job, i will merge it after CICD. |
@hk-lrzy Thank you for your guidance and patience ! |
- Add more validation check for type info converter to avoid NPE.
#417
Signed-off-by:
Pre-Checklist
Note: Please complete ALL items in the following checklist.
Purpose
add more debug info and add check null for TypeInfoConverter
Related Issues
(#417)
New Behavior (screenshots if needed)
N/A