resolve merge conflict
This commit is contained in:
commit
351757c7ba
|
@ -1400,7 +1400,7 @@ static int32_t convertSmlTimeStamp(TAOS_SML_KV *pVal, char *value,
|
||||||
if (ret) {
|
if (ret) {
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
//printf("Timestamp after conversion:%ld\n", tsVal);
|
tscDebug("Timestamp after conversion:%"PRId64"\n", tsVal);
|
||||||
|
|
||||||
pVal->type = TSDB_DATA_TYPE_TIMESTAMP;
|
pVal->type = TSDB_DATA_TYPE_TIMESTAMP;
|
||||||
pVal->length = (int16_t)tDataTypes[pVal->type].bytes;
|
pVal->length = (int16_t)tDataTypes[pVal->type].bytes;
|
||||||
|
|
Loading…
Reference in New Issue