Skip to content

Commit 64e12aa

Browse files
authored
Update Snapshot
1 parent ee28168 commit 64e12aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+130
-12
lines changed

samples/ml/alphacheck_stdout.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/ml/create_input.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/ml/create_input.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/ml/create_input.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/ml/create_input.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/ml/create_input.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/ml/create_input.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
2-
catalog:
2+
tables:
33
dataset.main
44
tablename1
55
tablename2
6+
tvfs:

samples/tvf/alphacheck_stderr.txt

Whitespace-only changes.

samples/tvf/alphacheck_stdout.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Analyzing "samples/tvf/define_tvf.sql"
2+
Create Table Function Statement analyzed, adding function to catalog...
3+
SUCCESS: analysis finished!
4+
Analyzing "samples/tvf/call_tvf.sql"
5+
DDL analyzed, adding table to catalog...
6+
SUCCESS: analysis finished!
7+
Successfully finished type check!

samples/tvf/alphadag_stderr.txt

Whitespace-only changes.

samples/tvf/alphadag_stdout.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reading paths passed as a command line arguments...
2+
Only files that end with .sql or .bq are analyzed.
3+
Reading "samples/tvf/call_tvf.sql"
4+
Reading "samples/tvf/define_tvf.sql"

samples/tvf/dag.dot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
digraph G {
2+
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
3+
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
4+
1->0 ;
5+
}

samples/tvf/dag.png

13.3 KB

samples/tvf/external_tables.txt

Whitespace-only changes.

samples/tvf/side_effect_first/alphacheck_stderr.txt

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Analyzing "samples/tvf/define_tvf.sql"
2+
Create Table Function Statement analyzed, adding function to catalog...
3+
SUCCESS: analysis finished!
4+
Analyzing "samples/tvf/call_tvf.sql"
5+
DDL analyzed, adding table to catalog...
6+
SUCCESS: analysis finished!
7+
Successfully finished type check!

samples/tvf/side_effect_first/alphadag_stderr.txt

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reading paths passed as a command line arguments...
2+
Only files that end with .sql or .bq are analyzed.
3+
Reading "samples/tvf/call_tvf.sql"
4+
Reading "samples/tvf/define_tvf.sql"

samples/tvf/side_effect_first/dag.dot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
digraph G {
2+
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
3+
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
4+
1->0 ;
5+
}

samples/tvf/side_effect_first/dag.png

13.3 KB

samples/tvf/side_effect_first/external_tables.txt

Whitespace-only changes.

samples/tvf/side_effect_first_with_tables/alphacheck_stderr.txt

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Analyzing "samples/tvf/define_tvf.sql"
2+
Create Table Function Statement analyzed, adding function to catalog...
3+
SUCCESS: analysis finished!
4+
Analyzing "samples/tvf/call_tvf.sql"
5+
DDL analyzed, adding table to catalog...
6+
SUCCESS: analysis finished!
7+
Successfully finished type check!

samples/tvf/side_effect_first_with_tables/alphadag_stderr.txt

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reading paths passed as a command line arguments...
2+
Only files that end with .sql or .bq are analyzed.
3+
Reading "samples/tvf/call_tvf.sql"
4+
Reading "samples/tvf/define_tvf.sql"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
digraph G {
2+
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
3+
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
4+
2 [label="dataset.tvf_table", shape=box, type=table];
5+
0->2 ;
6+
1->0 ;
7+
}

samples/tvf/side_effect_first_with_tables/external_tables.txt

Whitespace-only changes.

samples/tvf/with_all/alphacheck_stderr.txt

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Analyzing "samples/tvf/define_tvf.sql"
2+
Create Table Function Statement analyzed, adding function to catalog...
3+
SUCCESS: analysis finished!
4+
Analyzing "samples/tvf/call_tvf.sql"
5+
DDL analyzed, adding table to catalog...
6+
SUCCESS: analysis finished!
7+
Successfully finished type check!

samples/tvf/with_all/alphadag_stderr.txt

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reading paths passed as a command line arguments...
2+
Only files that end with .sql or .bq are analyzed.
3+
Reading "samples/tvf/call_tvf.sql"
4+
Reading "samples/tvf/define_tvf.sql"

samples/tvf/with_all/dag.dot

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
digraph G {
2+
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
3+
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
4+
2 [label="dataset.tvf_table", shape=box, type=table];
5+
3 [label="dataset.tvf", shape=cds, type=function];
6+
0->2 ;
7+
1->3 ;
8+
3->0 ;
9+
}

samples/tvf/with_all/dag.png

19 KB

samples/tvf/with_all/external_tables.txt

Whitespace-only changes.

samples/tvf/with_functions/alphacheck_stderr.txt

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Analyzing "samples/tvf/define_tvf.sql"
2+
Create Table Function Statement analyzed, adding function to catalog...
3+
SUCCESS: analysis finished!
4+
Analyzing "samples/tvf/call_tvf.sql"
5+
DDL analyzed, adding table to catalog...
6+
SUCCESS: analysis finished!
7+
Successfully finished type check!

samples/tvf/with_functions/alphadag_stderr.txt

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reading paths passed as a command line arguments...
2+
Only files that end with .sql or .bq are analyzed.
3+
Reading "samples/tvf/call_tvf.sql"
4+
Reading "samples/tvf/define_tvf.sql"

samples/tvf/with_functions/dag.dot

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
digraph G {
2+
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
3+
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
4+
2 [label="dataset.tvf", shape=cds, type=function];
5+
1->2 ;
6+
2->0 ;
7+
}

samples/tvf/with_functions/dag.png

16 KB

samples/tvf/with_functions/external_tables.txt

Whitespace-only changes.

samples/tvf/with_tables/alphacheck_stderr.txt

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Analyzing "samples/tvf/define_tvf.sql"
2+
Create Table Function Statement analyzed, adding function to catalog...
3+
SUCCESS: analysis finished!
4+
Analyzing "samples/tvf/call_tvf.sql"
5+
DDL analyzed, adding table to catalog...
6+
SUCCESS: analysis finished!
7+
Successfully finished type check!

samples/tvf/with_tables/alphadag_stderr.txt

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reading paths passed as a command line arguments...
2+
Only files that end with .sql or .bq are analyzed.
3+
Reading "samples/tvf/call_tvf.sql"
4+
Reading "samples/tvf/define_tvf.sql"

samples/tvf/with_tables/dag.dot

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
digraph G {
2+
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
3+
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
4+
2 [label="dataset.tvf_table", shape=box, type=table];
5+
0->2 ;
6+
1->0 ;
7+
}

samples/tvf/with_tables/dag.png

16.3 KB

samples/tvf/with_tables/external_tables.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)