Fokko commented on code in PR #1378:
URL: https://github.com/apache/parquet-java/pull/1378#discussion_r1676940829


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/ParquetMetadata.java:
##########
@@ -20,29 +20,19 @@
 
 import com.fasterxml.jackson.databind.ObjectMapper;
 import com.fasterxml.jackson.databind.ObjectWriter;
-import com.fasterxml.jackson.databind.SerializationFeature;
-import com.fasterxml.jackson.datatype.jdk8.Jdk8Module;
 import java.io.IOException;
 import java.io.StringReader;
 import java.io.StringWriter;
 import java.util.List;
 
 /**
- * Meta Data block stored in the footer of the file
+ * Metadata block stored in the footer of the file
  * contains file level (Codec, Schema, ...) and block level (location, 
columns, record count, ...) meta data
  */
 public class ParquetMetadata {
 
   private static final ObjectMapper objectMapper = new ObjectMapper();
 
-  static {
-    // Enable FAIL_ON_EMPTY_BEANS on objectmapper. Without this feature 
parquet-casdacing tests fail,

Review Comment:
   Cascading is long gone :)



-- 
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