我遇到了使用information\模式的解决方案,但我想知道是否可以从postgres表本身读取数据类型。
数据集如下-
Dataset<Row> df = sparkSession.read()
.format("jdbc")
.option("driver", driver)
.option("url", urlGenerator())
.option("dbtable", query)
.option("user", userName)
.option("password", password)
.load();
暂无答案!
目前还没有任何答案,快来回答吧!