Commit f2da2c9
committed
Replace exceptions with debug logs in schema checks
Changed device alignment and datatype mismatch checks to log debug messages instead of throwing exceptions. This allows the load process to continue while still providing diagnostic information when debug logging is enabled.1 parent e4c2c76 commit f2da2c9
1 file changed
Lines changed: 14 additions & 16 deletions
File tree
- iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/load
Lines changed: 14 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
906 | 905 | | |
907 | 906 | | |
908 | 907 | | |
| |||
920 | 919 | | |
921 | 920 | | |
922 | 921 | | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
932 | 930 | | |
933 | 931 | | |
934 | 932 | | |
| |||
0 commit comments