Skip to content

Commit d3a1db8

Browse files
author
kuba--
committed
replace index by regression_index for regression
Signed-off-by: kuba-- <[email protected]>
1 parent 8fdfe3c commit d3a1db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_testdata/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
ID: 'query9'
5353
Name: 'Query all files from HEAD'
5454
Statements:
55-
- SELECT cf.file_path, f.blob_content FROM ref_commits r NATURAL JOIN commit_files cf NATURAL JOIN files f WHERE r.ref_name = 'HEAD' AND r.index = 0
55+
- SELECT cf.file_path, f.blob_content FROM ref_commits r NATURAL JOIN commit_files cf NATURAL JOIN files f WHERE r.ref_name = 'HEAD' AND r.history_index = 0
5656
-
5757
ID: 'query10'
5858
Name: 'Get all LICENSE blobs using pilosa index'

0 commit comments

Comments
 (0)