* [NSE-636]Remove log4j1 related unit tests (#646)
* [NSE-640] Disable compression for tiny payloads in shuffle (#641)
Closes #640
* [NSE-653] Add validity checking for get_json_object in WSCG (#654)
* Initial commit
* Add two unit test cases
* Format the code
* Update clang format check
* [NSE-617] Handle exception in cast expression from string to numeric types in WSCG (#655)
* [NSE-660] fix window builder with string (#649)
* fix window builder with string
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
* fix format
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
* [NSE-650] Scala test ArrowColumnarBatchSerializerSuite is failing (#659)
Closes #650
* [NSE-645] Add support to cast bool type to bigint type & string type (#644)
* Initial commit
* Change arrow branch for test [revert this commit at last]
* Revert "Change arrow branch for test [revert this commit at last]"
This reverts commit 94ce7fbfc4025d48c252f91701459b4ed091dad9.
* use arrow 1.3 branch
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
* [NSE-662] Add "like" expression support in WSCG (#663)
* Initial commit
* Copy headers
* Format the code
* Change arrow branch for test [will revert at last]
* Revert "Change arrow branch for test [will revert at last]"
This reverts commit 065547a3f689ac23b9d140857032ba42e0bffff3.
* [NSE-126] remove extra headers/namespaces in codegen (#668)
* remove extra gandiva header
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
* remove extra using namespace
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
* [NSE-661] Add trim expression support in WSCG (#664)
* Add trim expression support in WSCG
* Fix a bug
* Format the code
Co-authored-by: Wei-Ting Chen <weiting.chen@intel.com>
Co-authored-by: Hongze Zhang <hongze.zhang@intel.com>
Co-authored-by: PHILO-HE <feilong.he@intel.com>