-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from Matts966/hotfix/temp-reference
Fix temporary table references
- Loading branch information
Showing
160 changed files
with
288 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/create-temp-table-test/temp_table.sql" | ||
Reading "samples/create-temp-table-test/reference.sql" | ||
Reading "samples/create-temp-table-test/temp_table.sql" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
CREATE TEMP TABLE tmp AS SELECT 1 as tmp_column; | ||
SELECT * FROM tmp; | ||
INSERT INTO tmp SELECT 2; |
2 changes: 1 addition & 1 deletion
2
samples/create-temp-table-test/side_effect_first/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/create-temp-table-test/temp_table.sql" | ||
Reading "samples/create-temp-table-test/reference.sql" | ||
Reading "samples/create-temp-table-test/temp_table.sql" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
samples/create-temp-table-test/side_effect_first_with_tables/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/create-temp-table-test/temp_table.sql" | ||
Reading "samples/create-temp-table-test/reference.sql" | ||
Reading "samples/create-temp-table-test/temp_table.sql" |
Binary file modified
BIN
-669 Bytes
(95%)
samples/create-temp-table-test/side_effect_first_with_tables/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/create-temp-table-test/temp_table.sql" | ||
Reading "samples/create-temp-table-test/reference.sql" | ||
Reading "samples/create-temp-table-test/temp_table.sql" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
samples/create-temp-table-test/with_functions/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/create-temp-table-test/temp_table.sql" | ||
Reading "samples/create-temp-table-test/reference.sql" | ||
Reading "samples/create-temp-table-test/temp_table.sql" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/create-temp-table-test/temp_table.sql" | ||
Reading "samples/create-temp-table-test/reference.sql" | ||
Reading "samples/create-temp-table-test/temp_table.sql" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+803 Bytes
(100%)
samples/mutasions-and-query/side_effect_first_with_tables/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
samples/sample-arbitrary-dependency-graph-with-drop-statement/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" |
Binary file modified
BIN
-4.25 KB
(89%)
samples/sample-arbitrary-dependency-graph-with-drop-statement/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...mple-arbitrary-dependency-graph-with-drop-statement/side_effect_first/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" |
Binary file modified
BIN
-4.05 KB
(89%)
...sample-arbitrary-dependency-graph-with-drop-statement/side_effect_first/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...ry-dependency-graph-with-drop-statement/side_effect_first_with_tables/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" |
Binary file modified
BIN
-5.9 KB
(88%)
...rary-dependency-graph-with-drop-statement/side_effect_first_with_tables/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
samples/sample-arbitrary-dependency-graph-with-drop-statement/with_all/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ digraph G { | |
1->4 ; | ||
4->2 ; | ||
4->3 ; | ||
5->2 ; | ||
5->3 ; | ||
5->0 ; | ||
5->1 ; | ||
5->2 ; | ||
5->3 ; | ||
} |
Binary file modified
BIN
-3.3 KB
(94%)
samples/sample-arbitrary-dependency-graph-with-drop-statement/with_all/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
.../sample-arbitrary-dependency-graph-with-drop-statement/with_functions/alphadag_stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Reading paths passed as a command line arguments... | ||
Only files that end with .sql or .bq are analyzed. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
Warning!!! the target of INSERT statement dataset.main is not created in the same script!!! | ||
This script is not idempotent. See https://github.com/Matts966/alphasql/issues/5#issuecomment-735209829 for more details. | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Reading "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" |
Binary file modified
BIN
-4.25 KB
(89%)
...es/sample-arbitrary-dependency-graph-with-drop-statement/with_functions/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.