sivabalan narayanan created HUDI-5828:
-----------------------------------------
Summary: Support df.write.forma("hudi") with out any additional
options
Key: HUDI-5828
URL: https://issues.apache.org/jira/browse/HUDI-5828
Project: Apache Hudi
Issue Type: Improvement
Components: writer-core
Reporter: sivabalan narayanan
Wrt simplifying the usage of hudi among more users, we should try to see if we
can support writing to hudi w/o any options during write.
For eg, we can do the following with paruqet writes.
{code:java}
df.write.format("parquet").save(path)
{code}
So, for a non-partitioned dataset, we should try if we can support this
usability.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)