Skip to content

Commit 0edc4e1

Browse files
authored
Merge pull request #408 from tdwg/parquet-tests
Extended Missing Values Support for Parquet Files Validation
2 parents c68a71c + e895fff commit 0edc4e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployments-table-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
}
280280
],
281281
"missingValues": [
282-
""
282+
"", "NA", "NaN", "nan"
283283
],
284284
"primaryKey": "deploymentID"
285285
}

media-table-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
}
121121
],
122122
"missingValues": [
123-
""
123+
"", "NA", "NaN", "nan"
124124
],
125125
"primaryKey": "mediaID",
126126
"foreignKeys": [

observations-table-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
}
331331
],
332332
"missingValues": [
333-
""
333+
"", "NA", "NaN", "nan"
334334
],
335335
"primaryKey": "observationID",
336336
"foreignKeys": [

0 commit comments

Comments
 (0)