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

    https://github.com/apache/phoenix/pull/67#discussion_r28380940
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ArithmeticQueryIT.java ---
    @@ -985,4 +985,64 @@ public void testFloatingPointMultiplicationUpsert() 
throws Exception {
             assertTrue(rs.next());
             assertEquals(-1.0f, rs.getFloat(1), 0.001);
         }
    +    
    +    @Test
    +    public void testSystemTableHasDoubleForExponentialNumber() throws 
Exception {
    --- End diff --
    
    @JamesRTaylor  here is a test that verifies that the internal 
representation of an exponential number is infact a 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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to