We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f4955 commit 4406b44Copy full SHA for 4406b44
tests/suites/0_stateless/20+_others/20_0011_select_stage.result
@@ -4,3 +4,6 @@
4
--- uri
5
1 2 3
6
4 5 6
7
+--- external stage
8
+1 2 3
9
+4 5 6
tests/suites/0_stateless/20+_others/20_0011_select_stage.sh
@@ -19,4 +19,10 @@ rm -rf ${DATADIR_PATH}
19
DATADIR="fs://$DATADIR_PATH/"
20
echo "copy into '${DATADIR}' from t1 FILE_FORMAT = (type = 'PARQUET');" | $MYSQL_CLIENT_CONNECT
21
echo "select * from '${DATADIR}';" | $MYSQL_CLIENT_CONNECT
22
-rm -rf ${DATADIR_PATH}
+
23
+echo '--- external stage'
24
+echo "drop stage if exists s2;" | $MYSQL_CLIENT_CONNECT
25
+echo "create stage s2 url = '${DATADIR}';" | $MYSQL_CLIENT_CONNECT
26
+echo "select * from @s2;" | $MYSQL_CLIENT_CONNECT
27
28
+rm -rf ${DATADIR_PATH}
0 commit comments