Skip to content

Commit 402c27f

Browse files
committedJun 21, 2024·
[#11170] Align exceptionTrace tableName with manual
1 parent d6f398e commit 402c27f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎exceptiontrace/exceptiontrace-common/src/main/pinot/pinot-exceptionTrace-offline-table.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"tableName": "exceptionTraceV1",
2+
"tableName": "exceptionTrace",
33
"tableType": "OFFLINE",
44
"segmentsConfig": {
5-
"schemaName": "exceptionTraceV1",
5+
"schemaName": "exceptionTrace",
66
"replication": "1",
77
"replicasPerPartition": "1",
88
"segmentPushFrequency": "HOURLY",

‎exceptiontrace/exceptiontrace-common/src/main/pinot/pinot-exceptionTrace-realtime-table.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tableName": "exceptionTraceV1",
2+
"tableName": "exceptionTrace",
33
"tableType": "REALTIME",
44
"segmentsConfig": {
55
"schemaName": "exceptionTrace",

‎exceptiontrace/exceptiontrace-common/src/main/pinot/pinot-exceptionTrace-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"schemaName": "exceptionTraceV1",
2+
"schemaName": "exceptionTrace",
33
"dimensionFieldSpecs": [
44
{
55
"name": "tenantId",

0 commit comments

Comments
 (0)
Please sign in to comment.