substrait-io / substrait

A cross platform way to express data transformation, relational algebra, standardized record expression and plans.
https://substrait.io
Apache License 2.0
1.14k stars 148 forks source link

docs: fix wrong expression in type precision description #607

Closed xiacongling closed 5 months ago

xiacongling commented 5 months ago

In type classes documentation, precision range of type PRECISIONTIMESTAMP and PRECISIONTIMESTAMPTZ are wrong:

0 >= P <= 9

and it should be:

0 <= P <= 9
CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.