Skip to content

Commit 58b11ca

Browse files
authored
Merge pull request #43 from mbtaylor/parquet-responseformat
Parquet responseformat
2 parents 529df99 + 11128d8 commit 58b11ca

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

DALI.tex

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,17 +1064,19 @@ \subsubsection{RESPONSEFORMAT}
10641064
formats as well as
10651065
shortcut symbolic values.
10661066

1067-
\begin{tabular}{l l l l l}
1067+
\noindent
1068+
\begin{tabular}{l l l l}
10681069
\sptablerule
10691070
table type & media type & short form \\
10701071
\sptablerule
1071-
VOTable & application/x-votable+xml & votable & \\
1072-
VOTable & text/xml & votable & \\
1073-
comma-separated values & text/csv & csv & \\
1074-
tab separated values & text/tab-separated-values & tsv & \\
1075-
FITS file & application/fits & fits & \\
1076-
pretty-printed text & text/plain & text & \\
1077-
pretty-printed Web page & text/html & html & \\
1072+
VOTable & application/x-votable+xml & votable \\
1073+
VOTable & text/xml & votable \\
1074+
comma-separated values & text/csv & csv \\
1075+
tab separated values & text/tab-separated-values & tsv \\
1076+
FITS file & application/fits & fits \\
1077+
Parquet file & application/vnd.apache.parquet & parquet \\
1078+
pretty-printed text & text/plain & text \\
1079+
pretty-printed Web page & text/html & html \\
10781080
\sptablerule
10791081
\label{tab:mimetypes}
10801082
\end{tabular}

0 commit comments

Comments
 (0)