moonming commented on a change in pull request #1440: feature: support discovery center URL: https://github.com/apache/incubator-apisix/pull/1440#discussion_r408599721
########## File path: apisix/core/table.lua ########## @@ -25,13 +25,14 @@ local type = type local _M = { - version = 0.1, + version = 0.2, new = new_tab, clear = require("table.clear"), nkeys = nkeys, insert = table.insert, concat = table.concat, clone = require("table.clone"), + isarray = require("table.isarray"), Review comment: why add this line? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services