This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Using the partition column as timeColumn
results in that column appearing multiple times in the generated WHERE clause
#309
Milestone
Bug Report
Using the partition column as
timeColumn
results in that column appearing multiple times in the generated WHERE clauseExpected Behavior
When the partitioned column is the same as the time column, it only appears once.
Actual Behaviour
When using the query builder, this is the result of having the time column as the partitioned column. The expected result would be only including the first clause.
Steps to Reproduce the Problem
TIMESTAMP
column that is partitioned on that columnThe text was updated successfully, but these errors were encountered: