Skip to content

Commit

Permalink
Move hierarchical test to the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
quentingodeau committed Mar 4, 2024
1 parent cdeb51c commit b69f4d4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Require statement will ensure this test is run with this extension loaded
require azure

require-env AZURE_STORAGE_DFS_STORAGE_NAME

require-env AZURE_STORAGE_DFS_CONNECTION_STRING

statement ok
Expand Down Expand Up @@ -33,6 +35,12 @@ SELECT count(*) FROM 'abfss://hn1/data.csv';
----
3

# Check fully qualified name
query I
SELECT count(*) FROM 'abfss://${AZURE_STORAGE_DFS_STORAGE_NAME}.dfs.core.windows.net/hn1/*/*/*.csv';
----
6

# Enable http info for the explain analyze statement
statement ok
SET azure_http_stats = true;
Expand Down

0 comments on commit b69f4d4

Please sign in to comment.