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:30:21 UTC

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

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

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


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

commit e431ff619dc4606adc5b61fb353726082e5059f9
Author: chenglei <ch...@apache.org>
AuthorDate: Thu May 30 10:29:10 2019 +0800

    PHOENIX-5292 fix MathTrigFunctionTest file compile error(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