WeichenXu123 opened a new pull request #24354: [SPARK-25348][SQL][ML] Data source for binary files URL: https://github.com/apache/spark/pull/24354 ## What changes were proposed in this pull request? Implement binary file data source in Spark. Schema: * status (following Hadoop FileStatus): ** path: StringType ** modification_time: Timestamp ** length: LongType, size limit: 2GB * content: BinaryType Options: * pathFilterRegex: only include files with path matching the regex pattern * [TODO] maxBytesPerPartition: The max total file size for each partition unless the partition only contains one file ## How was this patch tested? Unit test added. Please review http://spark.apache.org/contributing.html before opening a pull request.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
