Skip to content

Conversation

@JDrit
Copy link
Contributor

@JDrit JDrit commented Jul 31, 2015

The issue was that the tokenizer was parsing "1one" into the numeric 1 using the code on line 110. I added another case to accept strings that start with a number and then have a letter somewhere else in it as well.

@JoshRosen
Copy link
Contributor

Jenkins, this is ok to test.

@SparkQA
Copy link

SparkQA commented Aug 1, 2015

Test build #39301 has finished for PR 7844 at commit b8ca12f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class MultilayerPerceptronClassifier(override val uid: String)
    • class KinesisUtils(object):
    • class InitialPositionInStream(object):

@marmbrus
Copy link
Contributor

marmbrus commented Aug 3, 2015

Thanks! Merging to master and 1.5

asfgit pushed a commit that referenced this pull request Aug 3, 2015
The issue was that the tokenizer was parsing "1one" into the numeric 1 using the code on line 110. I added another case to accept strings that start with a number and then have a letter somewhere else in it as well.

Author: Joseph Batchik <[email protected]>

Closes #7844 from JDrit/parse_error and squashes the following commits:

b8ca12f [Joseph Batchik] fixed parsing issue by adding another case

(cherry picked from commit dfe7bd1)
Signed-off-by: Michael Armbrust <[email protected]>
@asfgit asfgit closed this in dfe7bd1 Aug 3, 2015
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