We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISchematized interface is not consumed anywhere: we can safely remove it.
ISchematized
While we are at it, we could also rename IRowToRowMapper.Schema to OutputSchema to match InputSchema.
IRowToRowMapper.Schema
OutputSchema
InputSchema
The text was updated successfully, but these errors were encountered:
IRowCursor
I don't see a Schema in IRowToRowMapper after removing ISchematized. Can ISchematized be removed?
[Update] For whatever classes Schema provided by ISchematized is used, we add a new Schema to those classes.
Sorry, something went wrong.
wschin
No branches or pull requests
ISchematized
interface is not consumed anywhere: we can safely remove it.While we are at it, we could also rename
IRowToRowMapper.Schema
toOutputSchema
to matchInputSchema
.The text was updated successfully, but these errors were encountered: