Commit 560a124
authored
chore: expose default schema id (#1526)
## What changes are included in this PR?
I'm using `SchemaBuilder` to construct `Schema`, I want to do assertion
on schema id to make sure it's properly assigned.
Essentially:
```sh
// upstream
let schema = SchemaBuilder::new().xxx().xxx().build();
// downstream
assert_ne!(schema.schema_id(), DEFAULT_SCHEMA_ID);
```
## Are these changes tested?
No-op change, compilation is enough.1 parent dfbab0d commit 560a124
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments