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.19k stars 155 forks source link

docs: clarify compound extension signature naming for bools #545

Closed gforsyth closed 1 year ago

gforsyth commented 1 year ago

537 clarified that compound extension signatures are now required.

I noticed that the table specifying how to type those signatures didn't include booleans -- I think it's probably bool but either way it should be included.

Also in this PR, a quick indentation fix so that the Note: admonitions render correctly (there needs to be blank line and then an indented block)

github-actions[bot] commented 1 year ago

ACTION NEEDED

Substrait follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

gforsyth commented 1 year ago

Current website 2023-08-21_16-01_1

Fixed admonition 2023-08-21_16-01