forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed PUBDEV-3281: ARFF parser parses attached file incorrectly (h2oa…
…i#975) * Fixed PUBDEV-3281 The parser did not skip lines with spaces in ARFF header. Fixed that; and extracted some functionality for that. Tests added. Also added some statistics evaluator, so testing is easier now. ARFF sample test file is in smalldata; how can I get it on s3? * Found another dirty bug. Patching it for now, but have to investigate. * Matches did not always work. Switch to using a string as a match pattern. * Commented out debugging data. * Investigating weird cli test failure in ARFF * Update ParserTestARFF.java (renamed test file) * Fix file lookup. * So, that failure fixed now. * Restored the logic of skipping the header. The solution to failing test was increasing the min number of lines per chunk. Headers can be long. Will have to work on a better algorithm, though. * Fixed Java6 compatibility error. * Fixed rest_api_py test failure (chunk size calculations) * (oops, typo) * reverted H2OTestRunner
- Loading branch information
1 parent
9608d12
commit 2d0a7a3
Showing
12 changed files
with
545 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.