Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog:
apache-arrow
with@uwdata/flechette
to access Apache Arrow IPC data with better performance and smaller footprint. While the API for Flechette tables mirrors many aspects of the Arrow JS reference implementation, it is not a perfect one-to-one replacement. It is possible that some Mosaic users may need to adjust query result processing in response.'mosaic'
). This allows data cube index tables to be managed in a largely isolated environment and to be reused across users and sessions. Temporary index tables are no longer supported, as temporary tables can not be created within a named schema.temp
option for data cube index tables.enabled
method, instead use get/set properties.schema
get/set properties.dropIndexTables()
method. This method issues a query to remove the entire data cube index table schema. It should be called if base tables are updated, causing index tables to become stale and inaccurate.include
to define a Selection that includes the clauses from one or more upstream selections. This addition allows selections to be composed to build up larger clause sets from sub-selections.initialize
method. This method supports dynamic client re-initialization, issuing new field info and client query requests.Plot
class to re-initialize mark clients upon dynamic field updates.json_format
and addloadJSON
test. (thanks @geoffreyd!)DuckDBStatement
within node.js DuckDB lib.nearest
interactor with param-compatible clause for single-field selections. (ruleX from Selection does not work with timestamps (but does with numerics, and with a Param) #502)nearest
interactor for consistent param and selection updates. (nearestX ruleX sometimes disappears when parameter is a selection #508)queryRequest
to always return a Promise. (throttling MosaicClient.requestQuery errors when requestQuery does not return a Promise #507)temp_indexes
property and adddataCubeSchema
property.Coordinator
andDataCubeIndexer
.include
. We now use an upstream selection to limit text search options to the current sport and sex.