Skip to content

Conversation

@wesm
Copy link
Member

@wesm wesm commented Jul 7, 2018

This also fixes some issues that the script found

@wesm
Copy link
Member Author

wesm commented Jul 7, 2018

I opened https://issues.apache.org/jira/browse/ARROW-2810 -- I was surprised to find Plasma installs its generated Flatbuffers files

@codecov-io
Copy link

codecov-io commented Jul 7, 2018

Codecov Report

Merging #2225 into master will increase coverage by 0.03%.
The diff coverage is 67.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2225      +/-   ##
==========================================
+ Coverage    84.1%   84.14%   +0.03%     
==========================================
  Files         288      288              
  Lines       43865    43933      +68     
==========================================
+ Hits        36892    36966      +74     
+ Misses       6942     6940       -2     
+ Partials       31       27       -4
Impacted Files Coverage Δ
cpp/src/arrow/memory_pool.h 100% <ø> (ø) ⬆️
cpp/src/arrow/python/helpers.h 90% <ø> (ø) ⬆️
cpp/src/arrow/util/variant.h 86.27% <ø> (ø) ⬆️
cpp/src/arrow/public-api-test.cc 100% <ø> (ø) ⬆️
cpp/src/arrow/util/thread-pool.cc 96% <ø> (ø) ⬆️
cpp/src/arrow/util/thread-pool.h 92.3% <ø> (ø) ⬆️
cpp/src/arrow/ipc/test-common.h 93.11% <100%> (ø) ⬆️
cpp/src/arrow/python/common.h 100% <100%> (ø) ⬆️
cpp/src/arrow/python/numpy-internal.h 54.23% <100%> (ø) ⬆️
cpp/src/arrow/compute/kernel.h 80% <50%> (ø) ⬆️
... and 20 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 836afac...3b5a16a. Read the comment docs.

Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

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

LGTM except a small comment

exclude = False
for exclusion in EXCLUSIONS:
if exclusion in full_path:
# print('Skipping excluded header: {0}'.format(filename))
Copy link
Member

Choose a reason for hiding this comment

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

Remove or replace with logger.debug

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

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
I'll merge this.

arguments = parser.parse_args()


_STRIP_COMMENT_REGEX = re.compile('(.+)?(?=//)')
Copy link
Member

Choose a reason for hiding this comment

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

'(.+?)?(?=//)' will be better for a // b // c case but it's too trivial. We will never write such code :-)

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.

4 participants