Commit d234430
authored
Resolve the problem that python client don't support DATE data type in the IntColumn (#705)
* Resolve the problem that python client don't support DATE data type in the IntColumn;
Support data type compatible validation in the TimeSeriesMetadata.
* Fix.1 parent e4c11a8 commit d234430
2 files changed
Lines changed: 4 additions & 1 deletion
File tree
- java/tsfile/src/main/java/org/apache/tsfile
- file/metadata
- read/common/block/column
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
0 commit comments