Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
983 views
in Technique[技术] by (71.8m points)

flink sql how to do explode(array)=== if we use array to pase a json how to do explode () in flinksql---does flink support explode

see example : create table conv ( SM ROW(objectType STRING, verb string, actor ROW(orgId string), object ROW(contentCategory string, links ARRAY<ROW(ecmType STRING)>)), timestamp string

) WITH ( 'connector' = 'kafka', -- using kafka connector 'topic' = 'sj1_spark_conv_hdfs', )

how to use explode on SM.object.ecmType instead of using ecmType[1]

question from:https://stackoverflow.com/questions/65837521/flink-sql-how-to-do-explodearray-if-we-use-array-to-pase-a-json-how-to-do-e

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...