Skip to content

Commit 45b0241

Browse files
committed
Fix unit
1 parent 3511322 commit 45b0241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ruby/red-arrow-format/test/test-file-reader.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def setup(&block)
383383
end
384384

385385
def build_array
386-
Arrow::TimestampArray.new(:second,
386+
Arrow::TimestampArray.new(:milli,
387387
[
388388
@timestamp_2019_11_18_00_09_11,
389389
nil,
@@ -413,7 +413,7 @@ def setup(&block)
413413
end
414414

415415
def build_array
416-
Arrow::TimestampArray.new(:second,
416+
Arrow::TimestampArray.new(:micro,
417417
[
418418
@timestamp_2019_11_18_00_09_11,
419419
nil,
@@ -443,7 +443,7 @@ def setup(&block)
443443
end
444444

445445
def build_array
446-
Arrow::TimestampArray.new(:second,
446+
Arrow::TimestampArray.new(:nano,
447447
[
448448
@timestamp_2019_11_18_00_09_11,
449449
nil,

0 commit comments

Comments
 (0)