Elssky commented on code in PR #607:
URL: https://github.com/apache/incubator-graphar/pull/607#discussion_r1772710928


##########
cpp/src/graphar/filesystem.cc:
##########
@@ -233,8 +234,14 @@ Status FileSystem::WriteTableToFile(const 
std::shared_ptr<arrow::Table>& table,
     break;
   }
   case FileType::PARQUET: {
+    auto schema = table->schema();
+    auto column_num = schema->num_fields();
     parquet::WriterProperties::Builder builder;
-    builder.compression(arrow::Compression::type::ZSTD);  // enable compression
+    // builder.compression(arrow::Compression::type::ZSTD);  // enable

Review Comment:
   Thank you! This was set up in an experimental comparison, I'll withdraw this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to