Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Conversation

@HyukjinKwon
Copy link
Member

Currently, TypeCast is not used anymore. This PR removes the dead codes and related tests in TypeCastSuite.

@codecov-io
Copy link

codecov-io commented Jul 28, 2016

Current coverage is 90.13% (diff: 100%)

Merging #144 into master will decrease coverage by 0.05%

@@             master       #144   diff @@
==========================================
  Files            14         14          
  Lines           663        649    -14   
  Methods         605        592    -13   
  Messages          0          0          
  Branches         58         57     -1   
==========================================
- Hits            598        585    -13   
+ Misses           65         64     -1   
  Partials          0          0          

Powered by Codecov. Last update 0c74b41...4ccad58

@HyukjinKwon
Copy link
Member Author

I am going to merge this.

case _: DecimalType => new BigDecimal(datum.replaceAll(",", ""))
// TODO(hossein): would be good to support other common timestamp formats
case _: TimestampType => Timestamp.valueOf(datum)
// TODO(hossein): would be good to support other common date formats
Copy link
Member Author

Choose a reason for hiding this comment

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

File in #165

HyukjinKwon added a commit that referenced this pull request Sep 10, 2016
This PR prepares the release for 0.3.4.

This will include the changes below:

- Produces correct order of columns for nested rows when user specifies a schema 527b976
- No value in nested struct causes arrayIndexOutOfBounds (19eb277)
- `compression` aslias for `codec` option #145
- Remove dead codes, #144
- Fix nested element with name of parent bug, #161
- Minor documentation changes - #159 and #143
- Ignore comments even when it is surrounded white spaces #166

Author: hyukjinkwon <gurwls223@gmail.com>

Closes #146 from HyukjinKwon/version-0.3.4.
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.

2 participants