問題タブ [spark-structured-streaming]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
1999 問題
0
投票する
1
に答える
1609
参照
apache-spark - SPARK 構造化ストリーミングの StructField に関するバグはありますか
これを試すと:
次に、エラーが発生します:
AssertionError: dataType は DataType である必要があります
そして、./pyspark/sql/types.py の 403 行目でソース コードを検索します。
ただし、DataTypeではなくAtomicTypeに基づくStringType
それで、間違いはありますか?