Skip to content

Conversation

@shiro615
Copy link
Contributor

No description provided.

@shiro615 shiro615 force-pushed the glib-filter-support branch from 47bc996 to 0ccd8b3 Compare November 11, 2019 16:40
@github-actions
Copy link

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1
We can merge this once we fix assert_equal's argument order.

]
filtered_table = Arrow::Table.new(@schema, arrays)
assert_equal(@table.filter(filter),
filtered_table)
Copy link
Member

Choose a reason for hiding this comment

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

assert_equal(expected, actual):

      assert_equal(filtered_table,
                   @table.filter(filter))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for pointing it out, fixed.

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