Commit a6eb6cf 1 parent c9656c1 commit a6eb6cf Copy full SHA for a6eb6cf
File tree 1 file changed +0
-3
lines changed
kernel/src/table_changes/log_replay
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -259,8 +259,6 @@ async fn incompatible_schemas_fail() {
259
259
] ) ;
260
260
assert_schema_check ( schema, get_schema ( ) , false ) . await ;
261
261
262
- // Note: Once schema evolution is supported, this should not return an error.
263
- //
264
262
// The CDF schema has fields: nullable `id` and nullable `value`.
265
263
// This commit has schema with fields: non-nullable `id` and nullable `value`.
266
264
let schema = StructType :: new ( [
@@ -269,7 +267,6 @@ async fn incompatible_schemas_fail() {
269
267
] ) ;
270
268
assert_schema_check ( schema, get_schema ( ) , true ) . await ;
271
269
272
- // Note: Once schema evolution is supported, this should not return an error.
273
270
// The CDF schema has fields: `id` (nullable) and `value` (nullable).
274
271
// This commit has schema with fields: `id` (nullable).
275
272
let schema = get_schema ( ) . project_as_struct ( & [ "id" ] ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments