Tiflash hint 报错 Internal : Can’t find a proper physical plan for this query

【 TiDB 使用环境】生产环境
【 TiDB 版本】7.5.1
【复现路径】做过哪些操作出现的问题
SELECT /*+ read_from_storage(tiflash[foxchan]) */ * FROM foxchan;

java.sql.SQLException: Internal : Can’t find a proper physical plan for this query
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:695)

【遇到的问题:问题现象及影响】
直接报错 导致应用异常 , 兼容性较差
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】
image

可能是 tidb_allow_mpp =0 的原因 。
SET GLOBAL tidb_allow_mpp =1 就正常了 。