Skip to content

Conversation

@wesm
Copy link
Member

@wesm wesm commented Jun 16, 2020

We must both take into account the referenced range of the data buffer and shift the value offsets if the array slice offset is nonzero.

@github-actions
Copy link

@@ -56,12 +56,14 @@ TYPED_TEST(TestStringKernels, AsciiLength) {
"[3, null, 0, 1]");
}

TYPED_TEST(TestStringKernels, DISABLED_AsciiUpper) {
TYPED_TEST(TestStringKernels, AsciiUpper) {
this->CheckUnary("ascii_upper", "[]", this->string_type(), "[]");
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 implicitly test sliced arrays?

Copy link
Member Author

Choose a reason for hiding this comment

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

It does now -- @bkietz added this in ARROW-971

@wesm
Copy link
Member Author

wesm commented Jun 17, 2020

+1, merge on green

@wesm
Copy link
Member Author

wesm commented Jun 18, 2020

the test failure is an s390x flake

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.

3 participants