From 2467672234dfa0c8f584f443ce11fcfc7a3a4c55 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Tue, 8 Mar 2022 14:52:02 -0500 Subject: [PATCH] Minor cleanups: remove unused code --- cpp/src/io/parquet/writer_impl.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/src/io/parquet/writer_impl.cu b/cpp/src/io/parquet/writer_impl.cu index 38b91cfbab5..f9ee1b431b2 100644 --- a/cpp/src/io/parquet/writer_impl.cu +++ b/cpp/src/io/parquet/writer_impl.cu @@ -445,7 +445,6 @@ struct leaf_schema_fn { col_schema.logical_type.isset.TIME = true; col_schema.logical_type.TIME.unit.isset.NANOS = true; col_schema.stats_dtype = statistics_dtype::dtype_int64; - // col_schema.ts_scale = -1000; // negative value indicates division by absolute value } template