Hwansung Yu
Hwansung Yu
 Using Druid + Pivot in realtime envirment, shorterm presets is needed. Current presets is lacking of minute unit interval. How about add more...
Issue #203 fixed.
I think that if is_empty_query is true then it could show empty query weather graph query or not. But, is_graph_query is false and is_empty_query is true then doesn't work with...
Some S2Core's exceptions are not caught by query controller. S2Core internal server errors shouldn't propagate to client side.
https://github.com/kakao/s2graph/blob/3f295b24abcf0c8531c2a51dd97942270c94d1ee/s2core/src/main/scala/com/kakao/s2graph/core/mysqls/Service.scala#L45 Sql statement should be update. insert into services(service_name, access_token, cluster, hbase_table_name, pre_split_size, hbase_table_ttl, compressionAlgorithm)
I tried run script/test.sh. I could find errors at query for vertices. Here are error queries in test.sh. # insert vertex data ``` curl -XPOST localhost:9000/graphs/vertices/insert/s2graph/user_id -H 'Content-Type: Application/json' -d...
Unused variable refactoring.