Skip to content

Commit

Permalink
fix: added license header
Browse files Browse the repository at this point in the history
  • Loading branch information
raunaks13 committed May 17, 2024
1 parent f75e87f commit 8c796c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/lance/examples/write_read_ds.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors

use arrow::array::UInt32Array;
use arrow::datatypes::{DataType, Field, Schema};
use arrow::record_batch::{RecordBatch, RecordBatchIterator};
Expand Down

0 comments on commit 8c796c0

Please sign in to comment.