Fixes:
- Avoid NullPointerException (thanks to Tetsuro Sano)
Changes:
- Get ready for v0.11 and v1.0 (thanks to hiroyuki-sato)
Changes
- Follow new TimestampParser API of embulk >= 0.8.29.
- Note that embulk-filter-row >= 0.5.0 requires embulk >= 0.8.29.
Enhancements
- Use joni library for REGEXP operator to improve performance
- Note that This may introduce trival incompatibility changes
Enhancements
- Support REGEXP operator
- Allow to omit TIMESTAMP keyword
Changes
conditions
option is now deprecated. Show deprecation warning messages.
Fxies:
- Fix NullPointerException for
where
option
Changes:
- Change identifier syntax from
[a-zA-Z$][a-zA-z0-9\.\-_]*
to[a-zA-Z_][a-zA-z0-9_]*
to allow starting _, disallow staring $, disallow -, disallow . (dot).
Enhancements:
- Support SQL-like Syntax
Enhancements:
- Support
type: json
(not supporting filtering with json yet, though)
Enhancements:
- Add a workaround to treat
0.x
argument as a double which is treated as a String by sanekyaml (thanks to @toyama0919)
Enhancements:
- Support OR condition
Fixes:
- raise SchemaConfigException if column name is not found
Fixes:
- Remove debug print
Enhancements:
- Support Java 1.7
Enhancements:
- Support
startsWith
,endsWith
,contains
string operators
first version