Skip to content

Commit

Permalink
rename e2e_test to integration_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Nov 27, 2024
1 parent 2473c3d commit 6415d40
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
resolver = "2"
members = [
"crates/catalog/*",
"crates/e2e_test",
"crates/integration_tests",
"crates/examples",
"crates/iceberg",
"crates/integrations/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

[package]
name = "iceberg-e2e-test"
name = "iceberg-integration-tests"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use iceberg::writer::file_writer::location_generator::{
use iceberg::writer::file_writer::ParquetWriterBuilder;
use iceberg::writer::{IcebergWriter, IcebergWriterBuilder};
use iceberg::{Catalog, Namespace, NamespaceIdent, TableCreation};
use iceberg_e2e_test::set_test_fixture;
use iceberg_integration_tests::set_test_fixture;
use parquet::arrow::arrow_reader::ArrowReaderOptions;
use parquet::file::properties::WriterProperties;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use iceberg::writer::file_writer::location_generator::{
use iceberg::writer::file_writer::ParquetWriterBuilder;
use iceberg::writer::{IcebergWriter, IcebergWriterBuilder};
use iceberg::{Catalog, Namespace, NamespaceIdent, TableCreation};
use iceberg_e2e_test::set_test_fixture;
use iceberg_integration_tests::set_test_fixture;
use parquet::file::properties::WriterProperties;

#[tokio::test]
Expand Down

0 comments on commit 6415d40

Please sign in to comment.