You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by zi...@apache.org on 2019/04/03 09:33:31 UTC

[parquet-format] branch master updated: PARQUET-1554: Compilation error when upgrading Scrooge version (#127)

This is an automated email from the ASF dual-hosted git repository.

zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new 84165d0  PARQUET-1554: Compilation error when upgrading Scrooge version (#127)
84165d0 is described below

commit 84165d0a4f46106a96d68ed831965123294a5196
Author: Nándor Kollár <na...@users.noreply.github.com>
AuthorDate: Wed Apr 3 11:33:27 2019 +0200

    PARQUET-1554: Compilation error when upgrading Scrooge version (#127)
    
    A comment used to be javadoc-style (/**) without an attribute following it, which lead to a compilation failure.
---
 src/main/thrift/parquet.thrift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift
index 4272cc3..834bc76 100644
--- a/src/main/thrift/parquet.thrift
+++ b/src/main/thrift/parquet.thrift
@@ -514,7 +514,7 @@ struct DataPageHeader {
 }
 
 struct IndexPageHeader {
-  /** TODO: **/
+  // TODO
 }
 
 struct DictionaryPageHeader {