Wrangler set type doesn't work for all types

Description

The set-type directive is a no-op if the value is not one of a set of hardcoded types. For example, set-type on a decimal column does nothing. It doesn't fail or change the type, it just does nothing.

Release Notes

None

Activity

Show:

Albert Shau August 18, 2020 at 6:36 PM

The workaround for this is to use the set-type directive:

set-column [column name] [column name].toString()

For example:

set-column x x.toString()

Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Priority

Created August 5, 2020 at 5:12 PM
Updated August 18, 2020 at 6:36 PM