wrangler
wrangler copied to clipboard
Wrangler Transform: A DMD system for transforming Big Data
I noticed that using the parse-as-json directive can result in cells with JsonNull values that cannot be altered through the fill-null-or-empty directive. This change checks for JsonNull objects and treats...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.3 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...
When Row#find cannot find a column, it returns -1, not null. Since it returns an int, it cannot return null. This doc caused me a little confusion until I looked...
…e redirecting user to use file source connector with format avro. Fixed parse-as-json to highlight error as well as handling integers correctly now - [x] test case added - [x]...
[CDAP-15407] When a wrong directive is typed in CDAP/Wrangler no error message is displayed to user.
…ng directive or there is a syntax error in the directive typed - [x] Merge to release/4.2 - [x] Updated JIRA with test results ([CDAP-15407](https://issues.cask.co/browse/CDAP-15407?jql=labels%20in%20(User_Experience%2C%20performance%2C%20scalability%2C%20best_practices)%20AND%20labels%20%3D%20User_Experience%20ORDER%20BY%20Rank%20ASC)) - [x] Locally tested.
[CDAP-15407] When a wrong directive is typed in CDAP/Wrangler no error message is displayed to user.
- [x] Merge to develop - [x] Updated JIRA with test results ([CDAP-15407](https://issues.cask.co/browse/CDAP-15407?jql=labels%20in%20(User_Experience%2C%20performance%2C%20scalability%2C%20best_practices)%20AND%20labels%20%3D%20User_Experience%20ORDER%20BY%20Rank%20ASC)) - [x] Locally tested.
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.3 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...