Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit df02efd

Browse files
committed
Last
1 parent 082cda2 commit df02efd

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

quesma/queryparser/pancake_sql_query_generation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
const TableName = model.SingleTableNamePlaceHolder
2323

2424
func TestPancakeQueryGeneration(t *testing.T) {
25-
25+
2626
// logger.InitSimpleLoggerForTestsWarnLevel()
2727
table := clickhouse.Table{
2828
Cols: map[string]*clickhouse.Column{

quesma/testdata/invalid_requests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-License-Identifier: Elastic-2.0
33
package testdata
44

5+
// InvalidAggregationTests are still WIP, not used in tests yet.
56
var InvalidAggregationTests = []AggregationTestCase{
67
{
78
TestName: "Kibana 8.15, Metrics: Aggregation: Rate, invalid Unit (10)", //reason [eaggs] > reason

quesma/testdata/invalid_search_requests/simple_bucket_aggregations.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)