-
Notifications
You must be signed in to change notification settings - Fork 62
cli versions
yliuuuu edited this page Nov 1, 2022
·
1 revision
- Version number and commit hash in REPL
-
PARTIQL_PRETTY
output-format added for non-interactive CLI users
- [fix] close CLI stream correctly
- [fix] preserve negative zero when writing values to the CLI/REPL
- No changes
- No changes
- Replaces CSV file reader with Apache’s CSVParser
- Adds ability to read custom CSV configurations
- [fix] CLI command bug when input data is empty
- [fix] CLI bug when outputting IONTEXT to file
- Adds permissive evaluation mode option to CLI/REPL
- Replacement of REPL with JLine shell
- Syntax highlighting for CLI
- Three additional CLI flags related to evaluation options:
-
-r --projection-iter-behavior:
Controls the behavior of ExprValue.iterator in the projection result: (default: FILTER_MISSING) [FILTER_MISSING, UNFILTERED] -
-t --typed-op-behavior
: indicates how CAST should behave: (default: HONOR_PARAMETERS) [LEGACY, HONOR_PARAMETERS] -
-v --undefined-variable-behavior
: Defines the behavior when a non-existent variable is referenced: (default: ERROR) [ERROR, MISSING]
-
-
--input-format
flag to the CLI - An optional flag,
--wrap-ion
, to give users the old functionality of reading multiple Ion values to support the previous behavior
-
query_ddb
function added to allow for querying AWS DDB from the CLI - [fix]
write_file
CLI function; the old function required the input to be astring
, but it must be a generic type - [adjust] handling of Ion input (requires a single value)
- [adjust] handling of Ion output (outputting the actual evaluation result value)
- General
- Tutorials
- Documentation
- Clauses
- Testing
- Serde
- Upgrade Guides
- Design & Development Documents