Skip to content

Commit 6031271

Browse files
committed
build 2
1 parent 01d92c1 commit 6031271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TableFunctions/TableFunctionURL.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ ColumnsDescription TableFunctionURL::getActualTableStructure(ContextPtr context,
139139
{
140140
if (structure == "auto")
141141
{
142+
ColumnsDescription columns;
143+
142144
context->checkAccess(getSourceAccessType());
143145
if (format == "auto")
144146
{

0 commit comments

Comments
 (0)