Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Cast Function on MV Columns #9296

Merged
merged 18 commits into from
Sep 1, 2022

Conversation

SabrinaZhaozyf
Copy link
Contributor

Label: feature
This PR adds support for Cast transform function for mv columns.

@siddharthteotia siddharthteotia changed the title [WIP] Add Support for Cast Function on MV Columns [WIP] [Do not Review] Add Support for Cast Function on MV Columns Aug 29, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2022

Codecov Report

Merging #9296 (55b9ca1) into master (74fd91a) will decrease coverage by 2.36%.
The diff coverage is 9.05%.

❗ Current head 55b9ca1 differs from pull request most recent head 4e67bda. Consider uploading reports for the commit 4e67bda to get more accurate results

@@             Coverage Diff              @@
##             master    #9296      +/-   ##
============================================
- Coverage     28.44%   26.08%   -2.37%     
+ Complexity       53       44       -9     
============================================
  Files          1861     1861              
  Lines         99226    99473     +247     
  Branches      15123    15144      +21     
============================================
- Hits          28225    25946    -2279     
- Misses        68272    70924    +2652     
+ Partials       2729     2603     -126     
Flag Coverage Δ
integration1 26.08% <9.05%> (-0.06%) ⬇️
integration2 ?

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

Impacted Files Coverage Δ
...che/pinot/broker/routing/BrokerRoutingManager.java 85.31% <ø> (-0.57%) ⬇️
...aggregation/function/AggregationFunctionUtils.java 70.00% <ø> (+0.76%) ⬆️
.../pinot/plugin/inputformat/csv/CSVRecordReader.java 0.00% <0.00%> (ø)
.../plugin/inputformat/csv/CSVRecordReaderConfig.java 0.00% <0.00%> (ø)
...lugin/inputformat/parquet/ParquetRecordReader.java 0.00% <0.00%> (ø)
...inputformat/parquet/ParquetRecordReaderConfig.java 0.00% <0.00%> (ø)
...pinot/plugin/inputformat/parquet/ParquetUtils.java 0.00% <0.00%> (ø)
.../java/org/apache/pinot/query/QueryEnvironment.java 0.00% <0.00%> (ø)
...a/org/apache/pinot/query/planner/PlannerUtils.java 0.00% <0.00%> (ø)
...not/query/planner/logical/RelToStageConverter.java 0.00% <ø> (ø)
... and 223 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@SabrinaZhaozyf SabrinaZhaozyf marked this pull request as ready for review August 30, 2022 20:32
@SabrinaZhaozyf SabrinaZhaozyf changed the title [WIP] [Do not Review] Add Support for Cast Function on MV Columns Add Support for Cast Function on MV Columns Aug 30, 2022
@siddharthteotia
Copy link
Contributor

Yet to review the main logic. Thanks for addressing the main concern of INTMV v/s INT

Copy link
Contributor

@siddharthteotia siddharthteotia left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants