Dragonliu2018 commented on PR #56919: URL: https://github.com/apache/doris/pull/56919#issuecomment-3419247321
> For `OlapTable`s, it would be helpful for debugging to show schema infos in its MaterializedIndexMeta. > > There is a feild `private Map<Long, MaterializedIndexMeta> indexIdToMeta` in OlapTable class, we could use MaterializedIndexMeta#getSchema to get schema to get colums in each of them. Then we could show schema infos like base schema in OlapTable. > > For `OlapTable`s, it would be helpful for debugging to show schema infos in its MaterializedIndexMeta. > > There is a feild `private Map<Long, MaterializedIndexMeta> indexIdToMeta` in OlapTable class, we could use MaterializedIndexMeta#getSchema to get schema to get colums in each of them. Then we could show schema infos like base schema in OlapTable. > > @Dragonliu2018 If you're willing to do this extra task, feel free to commit in this PR. done -- 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]
