What if Druid+Sharding JDBC,Druid monitoring cannot see which table is used in the statement?

Project applies Druid+Sharding JDBC
to split a table, product_0, product_1,product_2.
but only the logical table name can be seen under Druid monitoring. Product, cannot see the actual physical table name
and UNKNOWN appears under the fields item. As follows, it should be product
. What"s going on?

[product.top_category_id, category.id, product.id, product_image.product_id, UNKNOWN.prod_name, UNKNOWN.price, UNKNOWN.stock, UNKNOWN.sales, UNKNOWN.weight, UNKNOWN.sale_status, UNKNOWN.description, category.name, category.sort, product_image.id, product_image.img_url]

Apr.12,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35699-2bf8a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35699-2bf8a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?