From 07ab1aa64300118915bbb136ebe74045a177685e Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Mon, 20 Jul 2020 11:15:12 +0800 Subject: [PATCH] 0.3.x (#893) * add examples for arctern_spark * add test * pylint * pylint * vega and render class rename * add VegaUniqueValueMap * add unique value map vega test * fix vega unique value * add unique_value_infos_numeric_map and SetColor api * wrap UniqueValueMap api * add unittest * improve unique value map opacity * code format * add unittest * add unique_value_choroplethmap * fix doc-test indentation bug * add unique_value_map test * fix doc-test bug * fix doc-test bug * fix doc-test bug * attempt to add commit * [skip ci] fix doc-test bug * pylint * add unique value choroplethmap pytest * fix cpp vega test * code format * code format * add test in comment * [skip ci] fix doctest bug * [skip ci] change unique render api name * [skip ci] fix comment * fix pylint * fix pylint * fix pylint * [skip ci] fix doctest bug * [skip ci] retrigger ci Co-authored-by: xiaocai2333 <2363080731@qq.com> Co-authored-by: bigsheeper <42060877+bigsheeper@users.noreply.github.com> Co-authored-by: xge-zilliz --- cpp/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 24a071e5a..c75dbea26 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -161,4 +161,3 @@ target_link_libraries(arctern install(TARGETS arctern DESTINATION lib) -