Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/2150#discussion_r68730731
--- Diff: docs/apis/table.md ---
@@ -775,6 +775,8 @@ column names and function names follow Java identifier
syntax. Expressions speci
If working with exact numeric values or large decimals is required, the
Table API also supports Java's BigDecimal type. In the Scala Table API decimals
can be defined by `BigDecimal("123456")` and in Java by appending a "p" for
precise e.g. `123456p`.
--- End diff --
Is the `p` suffix a standard suffix for BigDecimal?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---