Skip to content

Commit e6a3705

Browse files
committed
rebuild and recheck
1 parent 0fc595a commit e6a3705

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

build/lib/data_algebra/data_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ def to_sql_implementation(self, db_model, *, using, temp_id_source):
18041804
)
18051805
# claims to use all columns
18061806
query = sub_query.to_sql(
1807-
columns=self.columns_used_from_sources()[0], db_model=db_model
1807+
columns=self.columns_used_from_sources()[0], db_model=db_model, force_sql=True
18081808
)
18091809
control_out_table = None
18101810
if self.record_map.blocks_in is not None:

coverage.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
platform darwin -- Python 3.7.7, pytest-6.2.2, py-1.10.0, pluggy-0.13.1
33
rootdir: /Users/johnmount/Documents/work/data_algebra
44
plugins: anyio-2.2.0, cov-2.11.1
5-
collected 142 items
5+
collected 143 items
66

77
tests/test_OrderedSet.py . [ 0%]
88
tests/test_agg.py .. [ 2%]
@@ -13,55 +13,55 @@ tests/test_bigquery.py ............. [ 14%]
1313
tests/test_calc_issue.py . [ 15%]
1414
tests/test_calc_warnings_errors.py . [ 16%]
1515
tests/test_cc.py ...... [ 20%]
16-
tests/test_cdata1.py ... [ 22%]
16+
tests/test_cdata1.py .... [ 23%]
1717
tests/test_cdata_convenience.py . [ 23%]
1818
tests/test_cdata_example.py ... [ 25%]
1919
tests/test_cols_used.py . [ 26%]
20-
tests/test_concat_rows.py . [ 26%]
20+
tests/test_concat_rows.py . [ 27%]
2121
tests/test_cross_product_join.py . [ 27%]
2222
tests/test_db_model.py . [ 28%]
23-
tests/test_degenerate_project.py . [ 28%]
24-
tests/test_drop_columns.py . [ 29%]
23+
tests/test_degenerate_project.py . [ 29%]
24+
tests/test_drop_columns.py . [ 30%]
2525
tests/test_exampe1.py .... [ 32%]
2626
tests/test_example_data_ops.py . [ 33%]
27-
tests/test_exp.py . [ 33%]
27+
tests/test_exp.py . [ 34%]
2828
tests/test_expr_parse.py . [ 34%]
2929
tests/test_extend.py .... [ 37%]
3030
tests/test_extend_order.py . [ 38%]
31-
tests/test_flow_text.py . [ 38%]
31+
tests/test_flow_text.py . [ 39%]
3232
tests/test_forbidden_calculation.py .. [ 40%]
33-
tests/test_free_expr.py . [ 40%]
33+
tests/test_free_expr.py . [ 41%]
3434
tests/test_ghost_col_issue.py . [ 41%]
35-
tests/test_if_else.py ... [ 43%]
35+
tests/test_if_else.py ... [ 44%]
3636
tests/test_incomplete_agg.py . [ 44%]
3737
tests/test_join_check.py . [ 45%]
38-
tests/test_join_effects.py . [ 45%]
38+
tests/test_join_effects.py . [ 46%]
3939
tests/test_join_opt.py . [ 46%]
4040
tests/test_lark_parser.py ..... [ 50%]
41-
tests/test_math.py . [ 50%]
41+
tests/test_math.py . [ 51%]
4242
tests/test_narrow.py . [ 51%]
4343
tests/test_natural_join.py . [ 52%]
44-
tests/test_neg.py . [ 52%]
44+
tests/test_neg.py . [ 53%]
4545
tests/test_null_bad.py . [ 53%]
4646
tests/test_ops.py . [ 54%]
47-
tests/test_ops_eq.py . [ 54%]
47+
tests/test_ops_eq.py . [ 55%]
4848
tests/test_or.py ..... [ 58%]
4949
tests/test_ordered_agg_group.py . [ 59%]
5050
tests/test_parse.py ............ [ 67%]
5151
tests/test_project.py .... [ 70%]
5252
tests/test_ranked_example.py . [ 71%]
5353
tests/test_ref_detect.py .. [ 72%]
5454
tests/test_rename.py . [ 73%]
55-
tests/test_scatter_example.py . [ 73%]
55+
tests/test_scatter_example.py . [ 74%]
5656
tests/test_scoring_example.py . [ 74%]
5757
tests/test_select.py .. [ 76%]
5858
tests/test_select_stacking.py . [ 76%]
5959
tests/test_shorten.py . [ 77%]
6060
tests/test_simple.py .... [ 80%]
61-
tests/test_spark_sql.py . [ 80%]
61+
tests/test_spark_sql.py . [ 81%]
6262
tests/test_sqlite.py .... [ 83%]
6363
tests/test_strat_example.py .. [ 85%]
64-
tests/test_table_is_key_by_columns.py . [ 85%]
64+
tests/test_table_is_key_by_columns.py . [ 86%]
6565
tests/test_transform_examples.py ........... [ 93%]
6666
tests/test_user_fn.py .... [ 96%]
6767
tests/test_user_fn_name.py ... [ 98%]
@@ -106,4 +106,4 @@ data_algebra/util.py 28 4 86%
106106
TOTAL 4312 991 77%
107107

108108

109-
============================= 142 passed in 8.98s ==============================
109+
============================= 143 passed in 9.30s ==============================
6 Bytes
Binary file not shown.

dist/data_algebra-0.6.1.tar.gz

7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)