You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are never going to run anything from ExecutedCommandExec on the GPU. It only does metadata operations. When the plugin explains what is and isn't on the GPU we should either just not print anything out for these parts of the plan, or we should print out something saying it is supposed to run on the CPU.
This is also for AlterNamespaceSetPropertiesExec, CreateNamespaceExec, AlterTableExec, CreateTableExec, DeleteFromTableExec, DescribeNamespaceExec, DescribeTableExec, DropNamespaceExec, AtomicReplaceTableExec, RefreshTableExec, RenameTableExec, ReplaceTableExec, SetCatalogAndNamespaceExec, ShowCurrentNamespaceExec, ShowNamespacesExec, ShowTablePropertiesExec, ShowTablesExec, and DropTableExec
The text was updated successfully, but these errors were encountered:
We are never going to run anything from
ExecutedCommandExec
on the GPU. It only does metadata operations. When the plugin explains what is and isn't on the GPU we should either just not print anything out for these parts of the plan, or we should print out something saying it is supposed to run on the CPU.This is also for
AlterNamespaceSetPropertiesExec
,CreateNamespaceExec
,AlterTableExec
,CreateTableExec
,DeleteFromTableExec
,DescribeNamespaceExec
,DescribeTableExec
,DropNamespaceExec
,AtomicReplaceTableExec
,RefreshTableExec
,RenameTableExec
,ReplaceTableExec
,SetCatalogAndNamespaceExec
,ShowCurrentNamespaceExec
,ShowNamespacesExec
,ShowTablePropertiesExec
,ShowTablesExec
, andDropTableExec
The text was updated successfully, but these errors were encountered: