prmoore77

Results 12 comments of prmoore77

> https://github.com/zbrookle/sql_to_ibis > > this already exists and supports most of the syntax Looking at that repo - it appears that it does convert SQL to an Ibis expression -...

@cpcloud - Not exactly. [#4335](https://github.com/ibis-project/ibis/issues/4335) does cover the 2nd half of the request (converting Ibis expressions to Python code which would reproduce the expression) - but it doesn't cover converting...

If it helps - I converted the "HierarchyDimension" class to now use SQLAlchemy Core for the Recursive CTE (per suggestion from @cpcloud) - see: https://github.com/prmoore77/ibis-olap-aggregation/blob/main/classes/hierarchy_dimension_table.py This may help for the...

> Thanks. For now there's `duckdb_constraints()` that should have all the information you're looking for (with #4346). Thanks @krlmlr ! - my reason for requesting the additional information_schema dictionary tables...

> Hi @prmoore77 , We are aware that Velox doesnt build on gravitron but havent had the bandwidth to fix the build there. I estimate probably a few days work...

It seems to be the `--name` argument that is causing the issue in script: `/opt/bitnami/spark/bin/pyspark` - line 68: ``` exec "${SPARK_HOME}"/bin/spark-submit pyspark-shell-main --name "PySparkShell" "$@" ``` When I run the...

It looks like this [line](https://github.com/apache/spark/blob/ac1e22231055d7e59eec5dd8c6a807252aab8b7f/launcher/src/main/java/org/apache/spark/launcher/SparkSubmitCommandBuilder.java#L332) in the official Spark GitHub repo raises the error. It says that args to PySpark should be set in the "PYSPARK_SUBMIT_ARGS" environment variable. This leads...

Hi @bevanjkay - could you kindly re-review? I believe I've addressed your concerns. Thank you.

@chenrui333 - could you review/approve, perhaps? I would really like to get Flight SQL Server brew installable... Thanks!