Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-7608

Flink table creation configuration not taking effect when writing to Spark

    XMLWordPrintableJSON

Details

    Description

      When spark writes data, it uses the default index instead of specifying the index when creating the table.

      flink create table:

      create table if not exists hudi_catalog.source1.tb_1
      (
        ...
      ) partitioned by (`f1`) with (
          ...
        'index.type' = 'BUCKET',
        'hoodie.bucket.index.num.buckets' = '4'
      ); 

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              empcl 陈磊
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: