TangSiyang2001 commented on PR #56919:
URL: https://github.com/apache/doris/pull/56919#issuecomment-3414276957

   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.


-- 
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]

Reply via email to