Skip to content

Commit

Permalink
fix: partial field in series
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanArhancet committed Jul 12, 2024
1 parent 5b0e339 commit 081166a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions influxdb3/tests/server/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,7 @@ async fn api_v1_query_chunked() {
[1, "a", 0.9],
[2, "a", 0.89],
[3, "a", 0.85]
],
"partial": true
]
}
],
"statement_id": 0,
Expand Down Expand Up @@ -1108,8 +1107,7 @@ async fn api_v1_query_chunked() {
"columns": ["time","host","usage"],
"values": [
[3, "a", 0.85]
],
"partial": true
]
}
],
"statement_id": 0,
Expand Down

0 comments on commit 081166a

Please sign in to comment.