Skip to content

pullrequests Search Results · topic:hdfs org:datafusion-contrib

Filter by

706 results
 (129 ms)

706 results

indatafusion-contrib (press backspace or delete to remove)

SQLite date instead of datetime should be used for Date32 and Date64 literals unparsing, example for TPCH orders table: SELECT o_orderdate, datetime(757382400, unixepoch ) AS v1, date(757382400, ...
  • sgrebnov
  • Opened 
    15 hours ago
  • #20

PRs adds support for Decimal128 literals. An example query can be found below (TPCH-6). sql select sum(l_extendedprice * l_discount) as revenue from lineitem where l_shipdate = date ...
  • sgrebnov
  • Opened 
    18 hours ago
  • #19

PR fixes the following error when using LIKE expressions, for example select * from part where p_type like %BRASS Before: Error An internal error occurred. Execute .error to show details. sql .error ...
  • sgrebnov
  • 2
  • Opened 
    yesterday
  • #17

Support order-by clause in generated queries
  • 2010YOUY01
  • Opened 
    5 days ago
  • #19

Simplifies the connection parameters for MySQL and Postgres tables to not require the Arc around the HashMap, and to not require the mysql_ or pg_ prefix for the connection parameters. They are still supported, ...
enhancement
  • phillipleblanc
  • Opened 
    7 days ago
  • #16

This PR update the postgres table provider to use Postgres dialect, which is required for datafusion unparser to convert query plan to postgres compatible sql query:
  • Sevenannn
  • Opened 
    8 days ago
  • #15

Bumps com.h2database:h2 from 2.1.214 to 2.3.230. details summary Release notes /summary p em Sourced from a href= https://github.com/h2database/h2database/releases com.h2database:h2 s releases /a . /em ...
dependencies
  • dependabot[bot]
  • Opened 
    9 days ago
  • #17

Update spiceai datafusion-federation sha to have the latest change.
  • y-f-u
  • Opened 
    10 days ago
  • #14

Bumps org.apache.maven.plugins:maven-pmd-plugin from 3.14.0 to 3.24.0. details summary Release notes /summary p em Sourced from a href= https://github.com/apache/maven-pmd-plugin/releases org.apache.maven.plugins:maven-pmd-plugin ...
dependencies
  • dependabot[bot]
  • Opened 
    10 days ago
  • #16