mkleen commented on code in PR #19930:
URL: https://github.com/apache/datafusion/pull/19930#discussion_r2713580143
##########
datafusion/sql/tests/common/mod.rs:
##########
@@ -161,12 +161,26 @@ impl ContextProvider for MockContextProvider {
])),
"orders" => Ok(Schema::new(vec![
Field::new("order_id", DataType::UInt32, false),
+ Field::new("o_orderkey", DataType::UInt32, false),
Review Comment:
These extension were necessary to get the tests to work.
##########
datafusion/sql/tests/common/mod.rs:
##########
@@ -161,12 +161,26 @@ impl ContextProvider for MockContextProvider {
])),
"orders" => Ok(Schema::new(vec![
Field::new("order_id", DataType::UInt32, false),
+ Field::new("o_orderkey", DataType::UInt32, false),
Review Comment:
These extensions were necessary to get the tests to work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]