Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Jan 31, 2025
1 parent bfd1c9f commit 7a51bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/sql/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ async fn test_select_system_column() {
let batch = record_batch!(
("other_id", UInt8, [1, 2, 3]),
("bank_account", UInt64, [9, 10, 11]),
("_row_id", UInt32, [10, 11, 12]) // not a system column!
("_row_id", UInt32, [10, 11, 12]) // not a system column!
)
.unwrap();
let _ = ctx.register_batch("test2", batch);
Expand Down

0 comments on commit 7a51bd8

Please sign in to comment.