alexeykudinkin opened a new pull request, #5970:
URL: https://github.com/apache/hudi/pull/5970

   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before 
opening a pull request.*
   
   ## What is the purpose of the pull request
   
   Currently after #4253 no matter whether the user specified it explicitly or 
was relying on a default value this config value will be overridden (ie 
potentially reverting what have been specified by the user). As such, there's 
no way presently to enforce this config on the write side if your schema 
contains `DecimalType` fitting into the range. 
   
   Instead the behavior should be to only override _default_ config value in 
cases when there's a `DecimalType` of expected range, and if this config have 
been specified by the user -- it should not be overridden.
   
   ## Brief change log
   
    - Fixed sequence determining whether Parquet's legacy-format writing 
property should be overridden to only kick in when it has not been explicitly 
specified by the caller;
    - Fixed tests
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests, such as *(please 
describe tests)*.
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA.
   


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

Reply via email to