You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2019/05/30 02:44:51 UTC

[phoenix] branch 4.x-HBase-1.3 updated: PHOENIX-5292 fix MathTrigFunctionTest file compile error for branch 4.x-HBase-1.3/1.4/1.5(Xinyi Yan)

This is an automated email from the ASF dual-hosted git repository.

chenglei pushed a commit to branch 4.x-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.3 by this push:
     new 75d9c51  PHOENIX-5292 fix MathTrigFunctionTest file compile error for branch 4.x-HBase-1.3/1.4/1.5(Xinyi Yan)
75d9c51 is described below

commit 75d9c51a63bea31ceac27e5c89050711094e763c
Author: chenglei <ch...@apache.org>
AuthorDate: Thu May 30 10:44:03 2019 +0800

    PHOENIX-5292 fix MathTrigFunctionTest file compile error for branch 4.x-HBase-1.3/1.4/1.5(Xinyi Yan)
---
 .../apache/phoenix/expression/{function => }/MathTrigFunctionTest.java    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/phoenix-core/src/test/java/org/apache/phoenix/expression/function/MathTrigFunctionTest.java b/phoenix-core/src/test/java/org/apache/phoenix/expression/MathTrigFunctionTest.java
similarity index 100%
rename from phoenix-core/src/test/java/org/apache/phoenix/expression/function/MathTrigFunctionTest.java
rename to phoenix-core/src/test/java/org/apache/phoenix/expression/MathTrigFunctionTest.java