Littlely
Littlely
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Can not save bigint data type in file sink ###...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Use file connector get spark task error ### SeaTunnel Version...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened ``` env { spark.app.name = "SeaTunnel" spark.executor.instances = 2 spark.executor.cores...
I have a mrjob: ``` from mrjob.job import MRJob from mrjob.step import MRStep from mrjob.protocol import JSONProtocol, RawValueProtocol, PickleProtocol, JSONValueProtocol import pandas class WordCount(MRJob): INPUT_PROTOCOL = RawValueProtocol INTERNAL_PROTOCOL = PickleProtocol...