mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
chore: rename the default ts column name to greptime_timestamp for influxdb line protocol (#7046)
* chore: rename influxdb ts column name to greptime_timestamp Signed-off-by: shuiyisong <xixing.sys@gmail.com> * fix: tests Signed-off-by: shuiyisong <xixing.sys@gmail.com> --------- Signed-off-by: shuiyisong <xixing.sys@gmail.com>
This commit is contained in:
@@ -6448,7 +6448,7 @@ pub async fn test_influxdb_write(store_type: StorageType) {
|
||||
validate_data(
|
||||
"test_influxdb_write",
|
||||
&client,
|
||||
"select * from test_alter order by ts;",
|
||||
"select * from test_alter order by greptime_timestamp;",
|
||||
expected,
|
||||
)
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user