optiq-csv icon indicating copy to clipboard operation
optiq-csv copied to clipboard

Obsolete - now the CSV adapter in Apache Calcite

Results 6 optiq-csv issues
Sort by recently updated
recently updated
newest added

Without doing an install the model.json and other files are not put into place - as expected by the example in the README.md

Many errors about "cannot find symbol". A few example lines: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project optiq-csv: Compilation failure: Compilation failure: [ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[20,28] error: package net.hydromatic.linq4j...

In master/TUTORIAL.md, you can find the following sentence: This negotiation is a simple form of query optimization. Optiq supports query optimization by adding planner rules. Planner rules operate by looking...

A user commented 'I was surprised to discover that I needed the "" around the table name'. The tutorial https://github.com/julianhyde/optiq-csv/blob/master/TUTORIAL.md should have a discussion of Optiq's lexical conventions, how to...