Skip to content

Commit

Permalink
add integration tests
Browse files Browse the repository at this point in the history
Change-Id: I060ef92dbb002202cb964280a122a2f4f3ad6fdb
  • Loading branch information
julienledem committed May 8, 2017
1 parent 84cbff2 commit 95af42d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,10 @@ def generate_datetime_case():
TimestampType('f8', 'us'),
TimestampType('f9', 'ns'),
TimestampType('f10', 'ms', tz=None),
TimestampType('f11', 'ms', tz='UTC'),
TimestampType('f12', 'ms', tz='US/Eastern')
TimestampType('f11', 's', tz='UTC'),
TimestampType('f12', 'ms', tz='US/Eastern'),
TimestampType('f13', 'us', tz='Europe/Paris'),
TimestampType('f14', 'ns', tz='US/Pacific')
]

batch_sizes = [7, 10]
Expand Down

0 comments on commit 95af42d

Please sign in to comment.