srielau commented on PR #58169: URL: https://github.com/apache/spark/pull/58169#issuecomment-5359793298
Thanks @gengliangwang. Done in 7e685c3: - Left `CSVv1Suite` and `OrcV1QuerySuite` in `sql-other`. - Kept `CSVv2Suite` and `OrcV2QuerySuite` as `ExtendedSQLTest`. - Tagged the other file-source `*V2Suite` counterparts the same way (`JsonV2Suite`, `TextV2Suite`, `WholeTextFileV2Suite`, `OrcSourceV2Suite`, `ParquetFileFormatV2Suite`, `ParquetV2QuerySuite`, `MetadataCacheV2Suite`, `NestedDataSourceV2Suite`, `ExplodeEmbeddedArrayJsonV2Suite`, `CollatedFilterPushDownToParquetV2Suite`, `PushVariantIntoScanV2Suite`). Left suites that were already `@SlowSQLTest` (`ParquetRebaseDatetimeV2Suite`, `FileStreamSinkV2Suite`, `StreamingDataSourceV2Suite`) on the slow shard. Did not retag API-named suites such as `DataSourceV2Suite` / `JDBCV2Suite` / `DataFrameWriterV2Suite`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
