0AyanamiRei opened a new pull request, #67409:
URL: https://github.com/apache/doris/pull/67409

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: None
   
   Problem Summary: `http_stream` accepted `path_partition_keys` even though 
streamed request bodies have no file path from which to derive partition 
values. The invalid property reached backend execution and failed after 
planning. Reject it while constructing the table-valued function so clients 
receive a clear analysis error before a transaction is created.
   
   ### Release note
   
   `http_stream` now rejects the unsupported `path_partition_keys` property 
during analysis.
   
   ### Check List (For Author)
   
   - Test: FE unit test, regression test, and manual HTTP stream test
       - FE unit test: `HttpStreamTableValuedFunctionTest`
       - Regression test: `test_http_stream_path_partition_keys`
       - Manual test: control load succeeded with 10 rows; unsupported property 
returned `ANALYSIS_ERROR`
   - Behavior changed: Yes. An unsupported property is now rejected before 
execution.
   - Does this need documentation: No


-- 
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]

Reply via email to