DataX
DataX copied to clipboard
java.sql.SQLException: (0x3002):Invalid data format
大佬们我想问下用schemaless写入 weather,is_normal=1,device_id=101,address=California temperature=30i32,humidity=20f64 1718467200000
到这个表 create table wedata_dev.weather (ts timestamp, temperature int, humidity double) tags(is_normal bool, device_id binary(100), address nchar(100));
报错 是因为什么呢?java.sql.SQLException: (0x3002):Invalid data format
驱动是 3.2.9 tdengine server version[3.3.2.0]