Github user twalthr commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2150#discussion_r68735888
  
    --- 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 --
    
    No, there is no standard suffix for BigDecimals and `d` is already the 
suffix for `double`.


---
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.
---

Reply via email to