Skip to content

Commit

Permalink
Parquet now has a registered MIME type.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlissett committed Mar 27, 2024
1 parent c4608e5 commit 78288ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ private DataCiteConstants() {}
public static final String TSV_FORMAT = "text/tab-separated-values";
// Not yet a registered type: https://issues.apache.org/jira/browse/AVRO-488
public static final String AVRO_FORMAT = "Avro";
// Not yet a registered type: https://issues.apache.org/jira/browse/PARQUET-1889
public static final String PARQUET_FORMAT = "Parquet"; // "application/vnd.apache.parquet";
// https://www.iana.org/assignments/media-types/application/vnd.apache.parquet
public static final String PARQUET_FORMAT = "application/vnd.apache.parquet";
public static final String API_DOWNLOAD_METADATA = "%soccurrence/download/%s";
public static final String API_DOWNLOAD_DATASETS_METADATA = "%soccurrence/download/%s/datasets";
public static final String API_DOWNLOAD_DATASETS_EXPORT_METADATA = "%soccurrence/download/%s/datasets/export";
Expand Down

0 comments on commit 78288ab

Please sign in to comment.