Conversation
|
MMLSpark 0.16.dev14+2.gc01b01bThis is a build for Github PR #530, changes:
|
| idRow.update(1, null) | ||
| val idRow = new GenericInternalRow(3) | ||
| idRow.update(0, null) | ||
| idRow.update(1, UTF8String.fromString(id.toString)) |
There was a problem hiding this comment.
UTF8String.fromString(id.toString) looks expensive. what type is id?
There was a problem hiding this comment.
its a long, for some reason Spark's internal row construction needs this UTF8 string instead of a regular string. The HTTP Source is mainly good for debugging though and will be deprecated for v2 stuff soon though
|
MMLSpark 0.16.dev14+4.g653af78This is a build for Github PR #530, changes:
|
No description provided.