Skip to content

Conversation

@shahsank3t
Copy link
Contributor

Description

This fixes #7717
Added JSON data type for Dimension column type
image

@codecov-commenter
Copy link

codecov-commenter commented Nov 6, 2021

Codecov Report

Merging #7718 (a596a7f) into master (91d2a95) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #7718      +/-   ##
============================================
- Coverage     71.50%   71.46%   -0.04%     
+ Complexity     4033     4030       -3     
============================================
  Files          1581     1581              
  Lines         80472    80472              
  Branches      11954    11954              
============================================
- Hits          57540    57510      -30     
- Misses        19037    19071      +34     
+ Partials       3895     3891       -4     
Flag Coverage Δ
integration1 29.20% <ø> (-0.05%) ⬇️
integration2 27.76% <ø> (+0.11%) ⬆️
unittests1 68.56% <ø> (-0.03%) ⬇️
unittests2 14.53% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...a/manager/realtime/RealtimeSegmentDataManager.java 50.00% <0.00%> (-25.00%) ⬇️
...nt/local/startree/v2/store/StarTreeDataSource.java 40.00% <0.00%> (-13.34%) ⬇️
...pinot/common/utils/fetcher/HttpSegmentFetcher.java 61.53% <0.00%> (-10.26%) ⬇️
...r/helix/SegmentOnlineOfflineStateModelFactory.java 58.49% <0.00%> (-6.61%) ⬇️
...core/startree/operator/StarTreeFilterOperator.java 88.65% <0.00%> (-5.68%) ⬇️
...ot/segment/local/startree/OffHeapStarTreeNode.java 72.22% <0.00%> (-5.56%) ⬇️
...nction/DistinctCountBitmapAggregationFunction.java 47.66% <0.00%> (-5.19%) ⬇️
...ntroller/helix/core/minion/TaskMetricsEmitter.java 86.36% <0.00%> (-4.55%) ⬇️
...n/src/main/java/org/apache/pinot/common/Utils.java 60.46% <0.00%> (-2.33%) ⬇️
.../org/apache/pinot/core/startree/StarTreeUtils.java 69.89% <0.00%> (-2.16%) ⬇️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91d2a95...a596a7f. Read the comment docs.

Copy link
Contributor

@Jackie-Jiang Jackie-Jiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Can we also add TIMESTAMP to the datetime in a separate PR?

@Jackie-Jiang Jackie-Jiang merged commit 2605122 into apache:master Nov 8, 2021
kriti-sc pushed a commit to kriti-sc/incubator-pinot that referenced this pull request Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow adding JSON data type for dimension column types

3 participants