Skip to content

[FLINK-1909] [streaming] Type handling refactor for sources + scala api#610

Closed
gyfora wants to merge 1 commit intoapache:masterfrom
mbalassi:FLINK-1909
Closed

[FLINK-1909] [streaming] Type handling refactor for sources + scala api#610
gyfora wants to merge 1 commit intoapache:masterfrom
mbalassi:FLINK-1909

Conversation

@gyfora
Copy link
Copy Markdown
Contributor

@gyfora gyfora commented Apr 18, 2015

This PR reworks the way sources handle type extraction, allowing for missing types (with returns) and also fixes some issues around type handling for the streaming Scala api.

@gyfora gyfora force-pushed the FLINK-1909 branch 3 times, most recently from 6083f82 to a57ab79 Compare April 21, 2015 12:27
@mbalassi
Copy link
Copy Markdown
Contributor

LGTM.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why did you change this?
I suspect the exception will now be thrown somewhere else?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is the same mechanism that all flink operators use to allow missing types that can be filled with .returns(..) afterwards.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Okay, I see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants