Skip to content

Commit

Permalink
Update comments: add issue number for easier tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Oct 7, 2021
1 parent ccf0092 commit 3abc032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/tests/io/parquet_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ using SupportedTypes = cudf::test::Types<int8_t, int16_t, int32_t, int64_t, bool
TYPED_TEST_CASE(ParquetWriterNumericTypeTest, SupportedTypes);
using SupportedChronoTypes = cudf::test::Concat<cudf::test::ChronoTypes, cudf::test::DurationTypes>;
TYPED_TEST_CASE(ParquetWriterChronoTypeTest, SupportedChronoTypes);
// TODO: debug truncation errors for `timestamp_ns` and overflow errors for `timestamp_s`
// TODO: debug truncation errors for `timestamp_ns` and overflow errors for `timestamp_s` , see
// issue #9393.
using SupportedTimestampTypes = cudf::test::Types<cudf::timestamp_ms, cudf::timestamp_us>;
TYPED_TEST_CASE(ParquetWriterTimestampTypeTest, SupportedTimestampTypes);

Expand Down

0 comments on commit 3abc032

Please sign in to comment.