This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch update-to-arrow-schema
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
from b2a5c00 Use Vec conversion
add 0b00c6f [Config] - Support for key-value pair configuration settings
(#52)
add 79d48b4 Merge branch 'master' into update-to-arrow-schema
No new revisions were added by this update.
Summary of changes:
datafusion/__init__.py | 5 +-
datafusion/{functions.py => tests/test_config.py} | 24 ++++++-
src/config.rs | 82 +++++++++++++++++++++++
src/expression.rs | 1 +
src/lib.rs | 3 +
5 files changed, 109 insertions(+), 6 deletions(-)
copy datafusion/{functions.py => tests/test_config.py} (63%)
create mode 100644 src/config.rs