davidyuan1223 commented on PR #5592: URL: https://github.com/apache/kyuubi/pull/5592#issuecomment-1793710893
 This is the verify for createTableAs's select timeline picture, currently, the problem is: We add a new TableExtractor for DataSourceV2Relation, when we scan the spec and call tables, it will call DataSourceV2RelationTableExtractor and PaimonDataSourceV2RelationTableExtractor, so they will return two result for tables. And we will use the tables for a inputObjs, then add Request by the inputObjs, when we verify for the requestArray, anyone failed, the all application is failed. I have a question, how can we make the verify not one failed make all failed? or how can we merge the two result from the same implementation's tableExtractor? I think same plan's relation have many extractor is right, but how can we get the right tableExtractor's result which is we want? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
