This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new f136a08831 Remove converted H2 type NUMERIC(200, 100) from BIG_DECIMAL
(#10483)
f136a08831 is described below
commit f136a08831bed50270658707ea89d4a8463f69c5
Author: Xiang Fu <[email protected]>
AuthorDate: Mon Mar 27 14:39:02 2023 -0700
Remove converted H2 type NUMERIC(200, 100) from BIG_DECIMAL (#10483)
---
.../test/java/org/apache/pinot/query/runtime/QueryRunnerTestBase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/QueryRunnerTestBase.java
b/pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/QueryRunnerTestBase.java
index 06379ac21d..fd85284a82 100644
---
a/pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/QueryRunnerTestBase.java
+++
b/pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/QueryRunnerTestBase.java
@@ -380,7 +380,7 @@ public abstract class QueryRunnerTestBase extends
QueryTestSet {
case BOOLEAN:
return "BOOLEAN";
case BIG_DECIMAL:
- return "NUMERIC(65535, 32767)";
+ return "NUMERIC(1200, 600)";
case BYTES:
return "BYTEA";
case TIMESTAMP:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]