siddhi-io / siddhi-store-rdbms

Extension that can be used to perform DB operations with an RDBMS
https://siddhi-io.github.io/siddhi-store-rdbms/
Apache License 2.0
7 stars 57 forks source link

Ignore field.length validation for Named aggregation SHARD_ID column #214

Closed niveathika closed 5 years ago

niveathika commented 5 years ago

Purpose

$subject as this column is injected by the Named aggregation implementation.

Goals

To suppress 'field.length' validation for columns introduced by the aggregations, since SHARD_ID column is only present when distributed aggregation is enabled.

Approach

Ignore validation if field.length contains SHARD_ID config

Security checks