luocooong commented on pull request #2389: URL: https://github.com/apache/drill/pull/2389#issuecomment-1011095972
@vvysotskyi Vova, I found that in `PluginProjectRel#super(convention, cluster, traitSet, input, projects, rowType)`, got the `projects` was `[$0, ITEM($0, 'o_totalprice')]`, but the `rowType` was `RecordType(ANY c_orders)`.. It seems the `projectPushInfo.createNewRowType(project.getCluster().getTypeFactory())` did not create the row type correctly, two row types are required? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
