forked from apache/pinot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support single-valued BigDecimal in schema, type conversion, SQL stat…
…ements and minimum set of transforms. (apache#8503) - Support single-valued BigDecimal in schema, and type conversion so that data can be ingested as `BIG_DECIMAL`. - Support BigDecimal at both data access layer and data storage layer, Dictionary and ForwardIndexReader. - Support `BIG_DECIMAL` in SQL statements: - SELECT - ORDER BY - GROUP BY - DISTINCT - COUNT - Support `BIG_DECIMAL` in minimum set of transforms to unblock ingestion and testing: - JsonExtractScalar - DefaultJsonPathEvaluator - LiteralTransform - IdentifierTransform - PushDownTransform - ScalarTransformFunctionWrapper - SumPrecision - Fix bug in `transformToBytesValuesSV` method in BaseTransformFunction.
- Loading branch information
1 parent
498387a
commit d282e45
Showing
90 changed files
with
1,980 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.