Skip to content

Commit

Permalink
Add pickling test cases for timestamp, decimal
Browse files Browse the repository at this point in the history
Change-Id: I3eda0285457bf18d87cdc2004676b19826edc099
  • Loading branch information
wesm committed Oct 23, 2017
1 parent 1827b23 commit 2e6f9e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyarrow/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ def test_type_schema_pickling():
pa.time64('us'),
pa.date32(),
pa.date64(),
pa.timestamp('ms'),
pa.timestamp('ns'),
pa.decimal(12, 2),
pa.field('a', 'string', metadata={b'foo': b'bar'})
]

Expand Down

0 comments on commit 2e6f9e3

Please sign in to comment.