FEAT: OmniSciDB - Refactor/Fix DDL and Client; Add temporary paramete…
…r to create_table and "force" parameter to drop_view (#2086)
* FEAT: [Omnisci] Fillna implementation * Add value cast * ops.NullIf omplementation * Renamed function * Release notes * Change omnisci image * fix omnisci image for CI * import fix * omniscidb img fix Co-authored-by: Emelianova Svetlana <svetlana.emelianova@intel.com>
CI: Testing if previous arrow builds fix arrow error (#2190)
* CI: Testing if previous arrow builds fix arrow error * Revert "CI: Testing if previous arrow builds fix arrow error" This reverts commit b45446e. * Adding arrow specific builds to the Windows dependencies * Downgrading arrow one build more
CI: Removing backends from docs build to fix disk space problem (#2196)
* CI: Removing backends from docs build to fix disk space problem * excluding backends from dataset loading * Propoerly passing env variables to make * Removing missing alter_user method, and keep going the builds even if there are warnings * Installing pymapd in the builds, and adding postgres backend to docs * Fixing environment variable for backends * Restoring removed omnisci method
CI: Restoring omnisci tests in the ci (#2205)
* CI: Restoring omnisci tests in the ci * Running omnisci tests only in the first set of builds * Clean up of the pipelines yaml, and fixing typo s/omnisci/omniscidb * fix typo from copy/paste in build name * empty * Fix variable names * empty * Avoid repetition with Python versions in the matrix * Fixes, clean up, and reliability of the CI matrix * Fixing typo (unclosed bracket) * Removing spark tests for now
FEAT: Create ExtractDayOfYear operation and add its support to Clickh…
…ouse, CSV, MySQL, OmniSciDB, Pandas, Parquet, PostgreSQL, PySpark, SQLite and Spark (#2173)
FEAT: Create ExtractQuarter operation and add its support to Clickhou…
…se, CSV, Impala, MySQL, OmniSciDB, Pandas, Parquet, PostgreSQL, PySpark, SQLite and Spark (#2175)
FEAT: Move ibis.pandas.udf.reduction and ibis.pandas.udf.analytics to…
… ibis.udf.vectorized namespace (#2210)