File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
csharp/test/Apache.Arrow.Adbc.Tests Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,6 @@ public void ValidateTimestamp()
36
36
37
37
Assert . Equal ( theFuture , tsFutureArray . ValueAt ( 0 ) ) ;
38
38
Assert . Equal ( theFuture , tsFutureArray . Data . DataType . GetValueConverter ( ) . Invoke ( tsFutureArray , 0 ) ) ;
39
-
40
- // int totalMs = Convert.ToInt32(t.TotalMilliseconds);
41
- // Time32Array.Builder msbuilder = new Time32Array.Builder(Types.TimeUnit.Millisecond);
42
- // msbuilder.Append(totalMs);
43
- // Time32Array t32ms = msbuilder.Build();
44
-
45
- // Assert.Equal(totalMs, t32ms.GetValue(0));
46
- // Assert.Equal(totalMs, t32ms.GetMilliSeconds(0));
47
-
48
- //#if NET6_0_OR_GREATER
49
- // TimeOnly timeOnlyMs = new TimeOnly(t.Ticks);
50
- // Assert.Equal(timeOnlyMs, t32ms.ValueAt(0));
51
- // Assert.Equal(timeOnlyMs, t32ms.Data.DataType.GetValueConverter().Invoke(t32ms, 0));
52
- //#else
53
- // Assert.Equal(t, t32ms.ValueAt(0));
54
- // Assert.Equal(t, t32ms.Data.DataType.GetValueConverter().Invoke(t32ms, 0));
55
- //#endif
56
39
}
57
40
58
41
[ Fact ]
You can’t perform that action at this time.
0 commit comments