05版本修改tsg_galaxy_v3.datapath_telemetry_record表中两个端口的字段类型
This commit is contained in:
@@ -3208,9 +3208,9 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.datapath_telemetry_record_local on clus
|
|||||||
device_group String,
|
device_group String,
|
||||||
traffic_link_id Int32,
|
traffic_link_id Int32,
|
||||||
source_ip String,
|
source_ip String,
|
||||||
source_port Int32,
|
source_port Nullable(Int32),
|
||||||
destination_ip String,
|
destination_ip String,
|
||||||
destination_port Int32,
|
destination_port Nullable(Int32),
|
||||||
packet String,
|
packet String,
|
||||||
packet_length Int32,
|
packet_length Int32,
|
||||||
measurements String
|
measurements String
|
||||||
@@ -3229,9 +3229,9 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.datapath_telemetry_record on cluster ck
|
|||||||
device_group String,
|
device_group String,
|
||||||
traffic_link_id Int32,
|
traffic_link_id Int32,
|
||||||
source_ip String,
|
source_ip String,
|
||||||
source_port Int32,
|
source_port Nullable(Int32),
|
||||||
destination_ip String,
|
destination_ip String,
|
||||||
destination_port Int32,
|
destination_port Nullable(Int32),
|
||||||
packet String,
|
packet String,
|
||||||
packet_length Int32,
|
packet_length Int32,
|
||||||
measurements String
|
measurements String
|
||||||
|
|||||||
@@ -4282,9 +4282,9 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.datapath_telemetry_record_local on clus
|
|||||||
device_group String,
|
device_group String,
|
||||||
traffic_link_id Int32,
|
traffic_link_id Int32,
|
||||||
source_ip String,
|
source_ip String,
|
||||||
source_port Int32,
|
source_port Nullable(Int32),
|
||||||
destination_ip String,
|
destination_ip String,
|
||||||
destination_port Int32,
|
destination_port Nullable(Int32),
|
||||||
packet String,
|
packet String,
|
||||||
packet_length Int32,
|
packet_length Int32,
|
||||||
measurements String
|
measurements String
|
||||||
@@ -4303,9 +4303,9 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.datapath_telemetry_record on cluster ck
|
|||||||
device_group String,
|
device_group String,
|
||||||
traffic_link_id Int32,
|
traffic_link_id Int32,
|
||||||
source_ip String,
|
source_ip String,
|
||||||
source_port Int32,
|
source_port Nullable(Int32),
|
||||||
destination_ip String,
|
destination_ip String,
|
||||||
destination_port Int32,
|
destination_port Nullable(Int32),
|
||||||
packet String,
|
packet String,
|
||||||
packet_length Int32,
|
packet_length Int32,
|
||||||
measurements String
|
measurements String
|
||||||
@@ -4325,9 +4325,9 @@ ENGINE = Distributed('ck_cluster',
|
|||||||
device_group String,
|
device_group String,
|
||||||
traffic_link_id Int32,
|
traffic_link_id Int32,
|
||||||
source_ip String,
|
source_ip String,
|
||||||
source_port Int32,
|
source_port Nullable(Int32),
|
||||||
destination_ip String,
|
destination_ip String,
|
||||||
destination_port Int32,
|
destination_port Nullable(Int32),
|
||||||
packet String,
|
packet String,
|
||||||
packet_length Int32,
|
packet_length Int32,
|
||||||
measurements String
|
measurements String
|
||||||
|
|||||||
Reference in New Issue
Block a user