DataFrame: round trip metadata to arrow Table (#21277)

This commit is contained in:
Ryan McKinley
2020-01-03 08:12:19 -08:00
committed by GitHub
parent cb3d91b53c
commit e550572033
8 changed files with 224 additions and 144 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const buildCjsPackage = ({ env }) => {
globals: {},
},
],
external: ['lodash'], // Use Lodash from grafana
external: ['lodash', 'apache-arrow'], // Use Lodash & arrow from grafana
plugins: [
commonjs({
include: /node_modules/,