Description
PROBLEM:
A custom UDF that overrides the configure()
@Override public void configure(MapredContext context) { greeting = "Hello "; }
In vectorization mode, it is not called.
PROBLEM:
A custom UDF that overrides the configure()
@Override public void configure(MapredContext context) { greeting = "Hello "; }
In vectorization mode, it is not called.