Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix issue result table in workbench not displaying values of boolean type #891

Merged

Conversation

chloe-zh
Copy link
Member

@chloe-zh chloe-zh commented Dec 4, 2020

Issue #, if available:
#813

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov
Copy link

codecov bot commented Dec 4, 2020

Codecov Report

Merging #891 (4df497e) into develop (f47e9fc) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #891   +/-   ##
==========================================
  Coverage      99.85%   99.85%           
- Complexity      2132     2145   +13     
==========================================
  Files            215      216    +1     
  Lines           4774     4832   +58     
  Branches         313      318    +5     
==========================================
+ Hits            4767     4825   +58     
  Misses             5        5           
  Partials           2        2           
Impacted Files Coverage Δ Complexity Δ
...ch/planner/logical/rule/OptimizationRuleUtils.java 100.00% <0.00%> (ø) 6.00% <0.00%> (+4.00%)
.../planner/logical/ElasticsearchLogicalIndexAgg.java 100.00% <0.00%> (ø) 2.00% <0.00%> (ø%)
...ge/script/aggregation/AggregationQueryBuilder.java 100.00% <0.00%> (ø) 7.00% <0.00%> (+1.00%)
...ript/aggregation/dsl/BucketAggregationBuilder.java 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)
...ical/ElasticsearchLogicalPlanOptimizerFactory.java 100.00% <0.00%> (ø) 1.00% <0.00%> (ø%)
...rch/planner/logical/rule/MergeSortAndIndexAgg.java 100.00% <0.00%> (ø) 8.00% <0.00%> (?%)

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 f47e9fc...4df497e. Read the comment docs.

Copy link
Contributor

@davidcui1225 davidcui1225 left a comment

Choose a reason for hiding this comment

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

LGTM- thanks for the fix!

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

Successfully merging this pull request may close these issues.

None yet

3 participants