rusackas commented on code in PR #42126:
URL: https://github.com/apache/superset/pull/42126#discussion_r3607537663


##########
superset-frontend/plugins/preset-chart-deckgl/src/layers/Arc/transformProps.ts:
##########
@@ -17,11 +17,7 @@
  * under the License.
  */
 import { ChartProps } from '@superset-ui/core';
-import {
-  processSpatialData,
-  addJsColumnsToExtraProps,
-  DataRecord,
-} from '../spatialUtils';
+import { processSpatialData, DataRecord } from '../spatialUtils';

Review Comment:
   That index-pairing logic in processArcData predates this PR too, we didn't 
touch it here, just removed the js_columns plumbing. Worth a look on its own, 
but out of scope for this cleanup.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to