Merge pull request #58 from davidzchen/master

Correct unterminated comment for SortingColumn.
diff --git a/src/thrift/parquet.thrift b/src/thrift/parquet.thrift
index cb8d9e5..2fa1205 100644
--- a/src/thrift/parquet.thrift
+++ b/src/thrift/parquet.thrift
@@ -220,10 +220,10 @@
  * Wrapper struct to specify sort order
  */
 struct SortingColumn {
-  /** The column index (in this row group)
+  /** The column index (in this row group) **/
   1: required i32 column_idx
 
-  /** If true, indicates this column is sorted in descending order.
+  /** If true, indicates this column is sorted in descending order. **/
   2: required bool descending
 
   /** If true, nulls will come before non-null values, otherwise,