pyproject.toml (3 lines): - line 74: "FIX002", # Allow TODO lines - consider removing at some point - line 80: "TD003", # Allow TODO lines - line 82: # TODO: Enable all of the following, but this PR is getting too large already python/datafusion/input/location.py (3 lines): - line 68: # TODO: Possibly makes sense to have the eager number of rows - line 78: # TODO: Need to actually consume this row into reasonable columns - line 79: msg = "TODO: Currently unable to support CSV input files." src/dataframe.rs (2 lines): - line 553: // TODO: expose RecursionUnnestOptions - line 570: // TODO: expose RecursionUnnestOptions src/store.rs (2 lines): - line 130: .expect("Could not create Azure Storage context"), //TODO: change these to PyErr - line 214: //.with_retry_config(retry_config) #TODO: add later src/udwf.rs (2 lines): - line 304: // TODO: Should nullable always be `true`? - line 312: // TODO: Enable passing partition_evaluator_args to python? src/expr/limit.rs (1 line): - line 60: // TODO: Do we still want to expose these? benchmarks/db-benchmark/join-datafusion.py (1 line): - line 78: # TODO we should be applying projections to these table reads to create relations src/expr/aggregate.rs (1 line): - line 127: // TODO: This Alias logic seems to be returning some strange results that we should investigate src/pyarrow_filter_expression.rs (1 line): - line 63: // TODO: should we also leverage `ScalarValue::to_pyarrow` here? python/datafusion/common.py (1 line): - line 23: # TODO: these should all have proper wrapper classes