Philip Moore

Results 7 issues of Philip Moore

Ibis is a great tool for representing SQL logic in Python expressions. Currently - the translation goes one way: from Ibis (Python) to SQL expressions that get compiled and executed...

feature
backends - sql

Please add support for Recursive CTE's in Ibis as a way to interact with hierarchical data using Python. Please see repo: https://github.com/prmoore77/ibis-olap-aggregation - for an example where we use Recursive...

feature

Please add Table constraint (Primary Key, Unique Key, NOT NULL) as well as Referential constraint (Foreign Key) metadata to the "information_schema" data dictionary. I believe these tables would need to...

While attempting to build Velox on Ubuntu 22.04 - for an aarch64 platform - it fails with: ```[401/1356] Building CXX object velox/type/CMakeFiles/velox_type.dir/Filter.cpp.o FAILED: velox/type/CMakeFiles/velox_type.dir/Filter.cpp.o ccache /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK...

build

This adds the new Apache Arrow Flight SQL server example formula. The formula installs the flight_sql server CLI executable. - [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x]...

new formula
test failure
boost
autosquash

Steps needed to configure the `org.apache.arrow.flight.spark.FlightScanBuilder` logging level should be documented in the README.md - to make troubleshooting the connector easier. Steps should ideally be shown in the PySpark (Python)...

Hi, I use the `docker-manifest-action` - and it has been working fine with version: `0.4.3` - in my pipeline here: https://github.com/gizmodata/gizmosql/blob/4cea4544efc0681b796623e49ee58bba2e3ceda4/.github/workflows/build-docker-images.yml#L214 When I attempted to use `1.0.0`, however - I...

documentation