It depends on your client. Different clients have a different notion of paragraph.
Safest thing is to compose in plain text mode. Failing that, compose in rich text mode with the knowledge that it will be converted to plain text mode. Use ' * ' for bullet points, '>' for quoted text, and ridiculously short lines (60 or shorter) for blocks that you don't want to be line-wrapped. On Thu, Nov 16, 2023 at 11:51 AM Paul Jackson <pauljackson...@verizon.net.invalid> wrote: > > Thanks. Is there a trick to sending e-mails to this list so that formatting > is retained? > > Experimenting with my client's plain-text mode: > https://github.com/apache/calcite/pull/3495 > https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-6044 > > > Copy/pasting your links: > * https://github.com/apache/calcite/pull/3495 > * https://issues.apache.org/jira/browse/CALCITE-6044 > > > Cheers. > > line 1: One new-line > line 2: between lines. > > Two new-lines: > > https://github.com/apache/calcite/pull/3495 > > https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-6044 > > > > > That is all. > > On Thursday, November 16, 2023 at 01:46:35 PM EST, Julian Hyde > <jhyde.apa...@gmail.com> wrote: > > > > > > These links are easier: > * https://github.com/apache/calcite/pull/3495 > * https://issues.apache.org/jira/browse/CALCITE-6044 > > > On Nov 16, 2023, at 7:51 AM, Paul Jackson > > <pauljackson...@verizon.net.INVALID> wrote: > > > > This PR updates org.apache.calcite.rel.metadata areColumnsUnique, > > getUniqueKeys, and getPredicates methods to account for relations that > > produce at most a single row: Sort (due to limit), Aggregate (due to no > > group by), Values (due to having a single row), and Join (when joining with > > one of the other nodes). > > https://github.com/apache/calcite/pull/3495https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-6044 > > Thanks,-Paul >