File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ func TestKeyDefaultMapRaceCondition(t *testing.T) {
138138}
139139
140140func TestBuildPartitionProjectionWithInvalidSpecID (t * testing.T ) {
141- schema := iceberg .NewSchema (
141+ schema := iceberg .MustNewSchema (
142142 1 ,
143143 iceberg.NestedField {
144144 ID : 1 , Name : "id" ,
@@ -169,7 +169,7 @@ func TestBuildPartitionProjectionWithInvalidSpecID(t *testing.T) {
169169}
170170
171171func TestBuildManifestEvaluatorWithInvalidSpecID (t * testing.T ) {
172- schema := iceberg .NewSchema (
172+ schema := iceberg .MustNewSchema (
173173 1 ,
174174 iceberg.NestedField {
175175 ID : 1 , Name : "id" ,
@@ -202,7 +202,7 @@ func TestBuildManifestEvaluatorWithInvalidSpecID(t *testing.T) {
202202}
203203
204204func TestBuildPartitionEvaluatorWithInvalidSpecID (t * testing.T ) {
205- schema := iceberg .NewSchema (
205+ schema := iceberg .MustNewSchema (
206206 1 ,
207207 iceberg.NestedField {
208208 ID : 1 , Name : "id" ,
You can’t perform that action at this time.
0 commit comments