Skip to content

More passing tests (but more errors) #137

More passing tests (but more errors)

More passing tests (but more errors) #137

GitHub Actions / Test Results failed Jan 2, 2024 in 0s

8 fail, 38 pass in 1m 54s

46 tests   38 ✅  1m 54s ⏱️
 5 suites   0 💤
 1 files     8 ❌

Results for commit 1b36dcb.

Annotations

Check warning on line 0 in operations::query::tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

load_adminthenquery_response (operations::query::tests) failed

results.xml [took 0s]
Raw output
failed operations::query::tests::load_adminthenquery_response
---- operations::query::tests::load_adminthenquery_response stderr ----
thread 'main' panicked at azure-kusto-data/src/operations/query.rs:523:63:
Failed to parse response: Error("missing field `ColumnType`", line: 9, column: 17)
stack backtrace:
   0: rust_begin_unwind
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/std/src/panicking.rs:645:5
   1: core::panicking::panic_fmt
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/panicking.rs:72:14
   2: core::result::unwrap_failed
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/result.rs:1649:5
   3: core::result::Result<T,E>::expect
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/result.rs:1030:23
   4: azure_kusto_data::operations::query::tests::load_adminthenquery_response
             at ./src/operations/query.rs:523:22
   5: azure_kusto_data::operations::query::tests::load_adminthenquery_response::{{closure}}
             at ./src/operations/query.rs:516:38
   6: core::ops::function::FnOnce::call_once
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/ops/function.rs:250:5
   7: core::ops::function::FnOnce::call_once
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Check warning on line 0 in operations::query::tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

load_response_data (operations::query::tests) failed

results.xml [took 0s]
Raw output
failed operations::query::tests::load_response_data
---- operations::query::tests::load_response_data stderr ----
thread 'main' panicked at azure-kusto-data/src/operations/query.rs:509:62:
Failed to parse: Error("missing field `ColumnType`", line: 7, column: 17)
stack backtrace:
   0: rust_begin_unwind
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/std/src/panicking.rs:645:5
   1: core::panicking::panic_fmt
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/panicking.rs:72:14
   2: core::result::unwrap_failed
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/result.rs:1649:5
   3: core::result::Result<T,E>::expect
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/result.rs:1030:23
   4: azure_kusto_data::operations::query::tests::load_response_data
             at ./src/operations/query.rs:509:22
   5: azure_kusto_data::operations::query::tests::load_response_data::{{closure}}
             at ./src/operations/query.rs:497:28
   6: core::ops::function::FnOnce::call_once
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/ops/function.rs:250:5
   7: core::ops::function::FnOnce::call_once
             at /rustc/e51e98dde6a60637b6a71b8105245b629ac3fe77/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Check warning on line 0 in azure-kusto-data/src/connection_string.rs - connection_string::ConnectionString

See this annotation in the file changed.

@github-actions github-actions / Test Results

with_token_callback_auth (line 774) (azure-kusto-data/src/connection_string.rs - connection_string::ConnectionString) failed

results.xml [took 0s]
Raw output
failed azure-kusto-data/src/connection_string.rs - connection_string::ConnectionString::with_token_callback_auth (line 774)
error[E0599]: the method `to_string` exists for reference `&[&str]`, but its trait bounds were not satisfied
 --> azure-kusto-data/src/connection_string.rs:779:131
  |
8 | ...|resource_uri| resource_uri.to_string()), None);
  |                                ^^^^^^^^^ method cannot be called on `&[&str]` due to unsatisfied trait bounds
  |
  = note: the following trait bounds were not satisfied:
          `[&str]: std::fmt::Display`
          which is required by `[&str]: ToString`
          `&[&str]: std::fmt::Display`
          which is required by `&[&str]: ToString`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0599`.
Couldn't compile the test.

Check warning on line 0 in azure-kusto-data/src/models/v1.rs - models::v1::Dataset

See this annotation in the file changed.

@github-actions github-actions / Test Results

table_count (line 16) (azure-kusto-data/src/models/v1.rs - models::v1::Dataset) failed

results.xml [took 0s]
Raw output
failed azure-kusto-data/src/models/v1.rs - models::v1::Dataset::table_count (line 16)
error[E0432]: unresolved import `azure_kusto_data::models::TableV1`
 --> azure-kusto-data/src/models/v1.rs:18:5
  |
5 | use azure_kusto_data::models::TableV1;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `TableV1` in `models`

error[E0432]: unresolved import `azure_kusto_data::prelude::KustoResponseDataSetV1`
 --> azure-kusto-data/src/models/v1.rs:19:5
  |
6 | use azure_kusto_data::prelude::KustoResponseDataSetV1;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `KustoResponseDataSetV1` in `prelude`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0432`.
Couldn't compile the test.

Check warning on line 0 in azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2

See this annotation in the file changed.

@github-actions github-actions / Test Results

parsed_data_tables (line 316) (azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2) failed

results.xml [took 0s]
Raw output
failed azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2::parsed_data_tables (line 316)
error[E0432]: unresolved imports `azure_kusto_data::prelude::DataTable`, `azure_kusto_data::prelude::KustoResponseDataSetV2`
 --> azure-kusto-data/src/operations/query.rs:319:33
  |
6 | use azure_kusto_data::prelude::{DataTable, KustoResponseDataSetV2};
  |                                 ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `KustoResponseDataSetV2` in `prelude`
  |                                 |
  |                                 no `DataTable` in `prelude`
  |
  = help: consider importing one of these items instead:
          azure_kusto_data::models::v2::DataTable
          azure_kusto_data::models::v2::Frame::DataTable

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:323:4
   |
10 |    Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `DataSetHeader` in this scope
  --> azure-kusto-data/src/operations/query.rs:323:25
   |
10 |    Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |                         ^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::DataSetHeader;
   |
2  + use azure_kusto_data::models::v2::Frame::DataSetHeader;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:324:4
   |
11 |    Frame::DataTable(DataTable {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0433]: failed to resolve: use of undeclared type `TableKind`
  --> azure-kusto-data/src/operations/query.rs:327:20
   |
14 |        table_kind: TableKind::QueryCompletionInformation,
   |                    ^^^^^^^^^ use of undeclared type `TableKind`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableKind;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:331:4
   |
18 |    Frame::TableHeader(TableHeader {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `TableHeader` in this scope
  --> azure-kusto-data/src/operations/query.rs:331:23
   |
18 |    Frame::TableHeader(TableHeader {
   |                       ^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::Frame::TableHeader;
   |
2  + use azure_kusto_data::models::v2::TableHeader;
   |

error[E0433]: failed to resolve: use of undeclared type `TableKind`
  --> azure-kusto-data/src/operations/query.rs:334:20
   |
21 |        table_kind: TableKind::PrimaryResult,
   |                    ^^^^^^^^^ use of undeclared type `TableKind`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableKind;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:337:4
   |
24 |    Frame::TableCompletion(TableCompletion {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `TableCompletion` in this scope
  --> azure-kusto-data/src/operations/query.rs:337:27
   |
24 |    Frame::TableCompletion(TableCompletion {
   |                           ^^^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::Frame::TableCompletion;
   |
2  + use azure_kusto_data::models::v2::TableCompletion;
   |

error: aborting due to 10 previous errors

Some errors have detailed explanations: E0422, E0432, E0433.
For more information about an error, try `rustc --explain E0422`.
Couldn't compile the test.

Check warning on line 0 in azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2

See this annotation in the file changed.

@github-actions github-actions / Test Results

primary_results (line 359) (azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2) failed

results.xml [took 0s]
Raw output
failed azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2::primary_results (line 359)
error[E0432]: unresolved imports `azure_kusto_data::prelude::DataTable`, `azure_kusto_data::prelude::KustoResponseDataSetV2`
 --> azure-kusto-data/src/operations/query.rs:362:33
  |
6 | use azure_kusto_data::prelude::{DataTable, KustoResponseDataSetV2};
  |                                 ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `KustoResponseDataSetV2` in `prelude`
  |                                 |
  |                                 no `DataTable` in `prelude`
  |
  = help: consider importing one of these items instead:
          azure_kusto_data::models::v2::DataTable
          azure_kusto_data::models::v2::Frame::DataTable

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:366:4
   |
10 |    Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `DataSetHeader` in this scope
  --> azure-kusto-data/src/operations/query.rs:366:25
   |
10 |    Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |                         ^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::DataSetHeader;
   |
2  + use azure_kusto_data::models::v2::Frame::DataSetHeader;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:367:4
   |
11 |    Frame::DataTable(DataTable {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0433]: failed to resolve: use of undeclared type `TableKind`
  --> azure-kusto-data/src/operations/query.rs:370:20
   |
14 |        table_kind: TableKind::QueryCompletionInformation,
   |                    ^^^^^^^^^ use of undeclared type `TableKind`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableKind;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:374:4
   |
18 |    Frame::TableHeader(TableHeader {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `TableHeader` in this scope
  --> azure-kusto-data/src/operations/query.rs:374:23
   |
18 |    Frame::TableHeader(TableHeader {
   |                       ^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::Frame::TableHeader;
   |
2  + use azure_kusto_data::models::v2::TableHeader;
   |

error[E0433]: failed to resolve: use of undeclared type `TableKind`
  --> azure-kusto-data/src/operations/query.rs:377:20
   |
21 |        table_kind: TableKind::PrimaryResult,
   |                    ^^^^^^^^^ use of undeclared type `TableKind`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableKind;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:380:4
   |
24 |    Frame::TableCompletion(TableCompletion {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `TableCompletion` in this scope
  --> azure-kusto-data/src/operations/query.rs:380:27
   |
24 |    Frame::TableCompletion(TableCompletion {
   |                           ^^^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::Frame::TableCompletion;
   |
2  + use azure_kusto_data::models::v2::TableCompletion;
   |

error: aborting due to 10 previous errors

Some errors have detailed explanations: E0422, E0432, E0433.
For more information about an error, try `rustc --explain E0422`.
Couldn't compile the test.

Check warning on line 0 in azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2

See this annotation in the file changed.

@github-actions github-actions / Test Results

raw_results_count (line 287) (azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2) failed

results.xml [took 0s]
Raw output
failed azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2::raw_results_count (line 287)
error[E0432]: unresolved imports `azure_kusto_data::prelude::DataTable`, `azure_kusto_data::prelude::KustoResponseDataSetV2`
 --> azure-kusto-data/src/operations/query.rs:290:33
  |
6 | use azure_kusto_data::prelude::{DataTable, KustoResponseDataSetV2};
  |                                 ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `KustoResponseDataSetV2` in `prelude`
  |                                 |
  |                                 no `DataTable` in `prelude`
  |
  = help: consider importing one of these items instead:
          azure_kusto_data::models::v2::DataTable
          azure_kusto_data::models::v2::Frame::DataTable

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:294:9
   |
10 |         Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |         ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `DataSetHeader` in this scope
  --> azure-kusto-data/src/operations/query.rs:294:30
   |
10 |         Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |                              ^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::DataSetHeader;
   |
2  + use azure_kusto_data::models::v2::Frame::DataSetHeader;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:295:9
   |
11 |         Frame::DataTable(DataTable {
   |         ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0433]: failed to resolve: use of undeclared type `TableKind`
  --> azure-kusto-data/src/operations/query.rs:298:21
   |
14 |         table_kind: TableKind::PrimaryResult,
   |                     ^^^^^^^^^ use of undeclared type `TableKind`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableKind;
   |

error: aborting due to 5 previous errors

Some errors have detailed explanations: E0422, E0432, E0433.
For more information about an error, try `rustc --explain E0422`.
Couldn't compile the test.

Check warning on line 0 in azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2

See this annotation in the file changed.

@github-actions github-actions / Test Results

record_batches (line 404) (azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2) failed

results.xml [took 0s]
Raw output
failed azure-kusto-data/src/operations/query.rs - operations::query::KustoResponseDataSetV2::record_batches (line 404)
error[E0432]: unresolved imports `azure_kusto_data::prelude::DataTable`, `azure_kusto_data::prelude::KustoResponseDataSetV2`
 --> azure-kusto-data/src/operations/query.rs:408:33
  |
7 | use azure_kusto_data::prelude::{DataTable, KustoResponseDataSetV2};
  |                                 ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `KustoResponseDataSetV2` in `prelude`
  |                                 |
  |                                 no `DataTable` in `prelude`
  |
  = help: consider importing one of these items instead:
          azure_kusto_data::models::v2::DataTable
          azure_kusto_data::models::v2::Frame::DataTable

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:412:4
   |
11 |    Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `DataSetHeader` in this scope
  --> azure-kusto-data/src/operations/query.rs:412:25
   |
11 |    Frame::DataSetHeader(DataSetHeader {is_progressive: false,version: "".to_string()}),
   |                         ^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::DataSetHeader;
   |
2  + use azure_kusto_data::models::v2::Frame::DataSetHeader;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:413:4
   |
12 |    Frame::DataTable(DataTable {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0433]: failed to resolve: use of undeclared type `TableKind`
  --> azure-kusto-data/src/operations/query.rs:416:20
   |
15 |        table_kind: TableKind::PrimaryResult,
   |                    ^^^^^^^^^ use of undeclared type `TableKind`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableKind;
   |

error[E0422]: cannot find struct, variant or union type `Column` in this scope
  --> azure-kusto-data/src/operations/query.rs:417:22
   |
16 |        columns: vec![Column{column_name: "col1".to_string(), column_type: ColumnType::Long}],
   |                      ^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v1::Column;
   |
2  + use azure_kusto_data::models::v2::Column;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:420:4
   |
19 |    Frame::TableHeader(TableHeader {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `TableHeader` in this scope
  --> azure-kusto-data/src/operations/query.rs:420:23
   |
19 |    Frame::TableHeader(TableHeader {
   |                       ^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::Frame::TableHeader;
   |
2  + use azure_kusto_data::models::v2::TableHeader;
   |

error[E0433]: failed to resolve: use of undeclared type `TableKind`
  --> azure-kusto-data/src/operations/query.rs:423:20
   |
22 |        table_kind: TableKind::PrimaryResult,
   |                    ^^^^^^^^^ use of undeclared type `TableKind`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableKind;
   |

error[E0422]: cannot find struct, variant or union type `Column` in this scope
  --> azure-kusto-data/src/operations/query.rs:424:22
   |
23 |        columns: vec![Column{column_name: "col1".to_string(), column_type: ColumnType::String}],
   |                      ^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v1::Column;
   |
2  + use azure_kusto_data::models::v2::Column;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:426:4
   |
25 |    Frame::TableFragment(TableFragment {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `TableFragment` in this scope
  --> azure-kusto-data/src/operations/query.rs:426:25
   |
25 |    Frame::TableFragment(TableFragment {
   |                         ^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::Frame::TableFragment;
   |
2  + use azure_kusto_data::models::v2::TableFragment;
   |

error[E0433]: failed to resolve: use of undeclared type `TableFragmentType`
  --> azure-kusto-data/src/operations/query.rs:430:28
   |
29 |       table_fragment_type: TableFragmentType::DataAppend,
   |                            ^^^^^^^^^^^^^^^^^ use of undeclared type `TableFragmentType`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::TableFragmentType;
   |

error[E0433]: failed to resolve: use of undeclared type `Frame`
  --> azure-kusto-data/src/operations/query.rs:432:4
   |
31 |    Frame::TableCompletion(TableCompletion {
   |    ^^^^^ use of undeclared type `Frame`
   |
help: consider importing this enum
   |
2  + use azure_kusto_data::models::v2::Frame;
   |

error[E0422]: cannot find struct, variant or union type `TableCompletion` in this scope
  --> azure-kusto-data/src/operations/query.rs:432:27
   |
31 |    Frame::TableCompletion(TableCompletion {
   |                           ^^^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
2  + use azure_kusto_data::models::v2::Frame::TableCompletion;
   |
2  + use azure_kusto_data::models::v2::TableCompletion;
   |

error: aborting due to 15 previous errors

Some errors have detailed explanations: E0422, E0432, E0433.
For more information about an error, try `rustc --explain E0422`.
Couldn't compile the test.