Skip to content

Commit

Permalink
Minor cleanups: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Mar 8, 2022
1 parent 00084a6 commit 2467672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/io/parquet/writer_impl.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename T>
Expand Down

0 comments on commit 2467672

Please sign in to comment.