Skip to content
Snippets Groups Projects
Commit 0cfa9799 authored by Zhibin Mai's avatar Zhibin Mai Committed by David Diederich
Browse files

Undo testing codes

(cherry picked from commit 84bb0a48)
parent 3a13d344
No related branches found
No related tags found
6 merge requests!604Merge Delta changes from M16 master to M18 master,!600Merge Delta changes from M16 master to M18 master,!599Merge Delta changes from M16 to M18 master,!598Merged from M16,!522M14 cherrypick to m16 master,!405Cherry-pick 'Geoshape decimation' into release/0.17
......@@ -278,9 +278,7 @@ public class IndexerServiceImpl implements IndexerService {
private RecordIndexerPayload.Record prepareIndexerPayload(IndexSchema schemaObj, Records.Entity storageRecord, Map<String, OperationType> idToOperationMap) {
RecordIndexerPayload.Record document = null;
String recordJson = gson.toJson(storageRecord);
try {
Map<String, Object> storageRecordData = storageRecord.getData();
document = new RecordIndexerPayload.Record();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment