Skip to content

Commit 49f38b6

Browse files
committed
update lingodb version
1 parent 277b68b commit 49f38b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run_sql_query(query_str, db):
7676
table_as_json = table_to_json(raw_table=result)
7777
return {"result": table_as_json, "timing": {
7878
"compilation": sum([times_dict[t] for t in
79-
["lowerRelAlg", "lowerSubOp", "lowerDB", "lowerDSA", "lowerToLLVM", "toLLVMIR",
79+
["lowerRelAlg", "lowerSubOp", "lowerDB", "lowerArrow", "lowerToLLVM", "toLLVMIR",
8080
"llvmOptimize", "llvmCodeGen"]]),
8181
"execution": times_dict["executionTime"],
8282
"qopt": times_dict["QOpt"],

lingodb-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c3511fdbd2942947b89db9e9dd4647095e103d48
1+
f3f907f52a6a4390e1a71c152506dc136df63690

0 commit comments

Comments
 (0)