Skip to content

Commit 7e8717d

Browse files
committed
enable stage table as non-local-table
1 parent 4f2e1d0 commit 7e8717d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/query/storages/stage/src/stage_table.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ impl Table for StageTable {
167167
}
168168
}
169169

170+
fn is_local(&self) -> bool {
171+
false
172+
}
173+
170174
fn read_data(
171175
&self,
172176
ctx: Arc<dyn TableContext>,

0 commit comments

Comments
 (0)