Skip to content

Conversation

@wesm
Copy link
Member

@wesm wesm commented Oct 25, 2017

Several JIRAs here that made sense to tackle together:

This also fixes bugs relating to ignoring the offset in sliced arrays in some of the cast kernel implementations.

cc @BryanCutler @xhochy @cpcloud

wesm added 10 commits October 24, 2017 23:48
Change-Id: Ib64bf5d57bfec374d7b7e6d2fd5954a73b471a56
Change-Id: I71d6783acf208ec4b66f91ff6f5a857ac19b80ac
Change-Id: I1defe0410b2aada7eebf77f4e61ea34634836498
Change-Id: Ic3dd593eb8876f4171cdd2737d022b3731a0dae9
Change-Id: I6852192011b257119bc5c8832607f4d9ba191073
Change-Id: Ied9180ef02a6835662911faabed70e986729ec86
Change-Id: Id4613af068fc31371ac530920f2938d9a4231416
Change-Id: Iedc2f14ec80146fa808c9935368f266cb06138a5
Change-Id: I7a248251372c4cb86871b4c569f064de4c250670
vector<int64_t> v8 = {0, 100123, 200456, 1123, 2456};
vector<int64_t> e8 = {0, 100, 200, 1, 2};

options.allow_time_truncate = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this option need to be set in pyarrow to prevent an error when truncating?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@BryanCutler BryanCutler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM, thanks!

Change-Id: Ie55185196ac7d417ad31892eae14e28d0cab516f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants