brijrajk opened a new pull request, #56248: URL: https://github.com/apache/spark/pull/56248
### What changes were proposed in this pull request? Added the missing `inferTimestamp` option to the Data Source Options table in `docs/sql-data-sources-json.md`. The option was absent from the table despite being available since Spark 3.0.1 and referenced in the migration guide. The new row is placed after `timestampNTZFormat` (the options it relates to) with the description matching the Scaladoc in `JSONOptions.scala`: > Allows inferring of `TimestampType` and `TimestampNTZType` from strings that > match the timestamp patterns defined by the `timestampFormat` and > `timestampNTZFormat` options respectively. JSON built-in functions ignore > this option. ### Why are the changes needed? Users have no way to discover `inferTimestamp` from the official options reference. The option is already mentioned in the migration guide (`sql-migration-guide.md`) but was never added to the options table. ### Does this PR introduce _any_ user-facing change? No. Documentation only. ### How was this patch tested? No code change — documentation only. Verified the option is defined in `JSONOptions.scala` with `inferTimestamp` as the key name and `false` as the default. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude (Anthropic) -- 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]
