Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-3259

Align 'Property' in the serialized xml string of RelXmlWriter.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.21.0
    • None

    Description

      In the serialized xml string of  RelXmlWriter, the 'Property' label is aligned.

      For the sql below

      select 1 + 2, 3 from (values (true))
      

      the serialized xml string is like this:

      <RelNode type="LogicalProject">
      	<Property name="EXPR$0">
      		+(1, 2)	</Property>
      	<Property name="EXPR$1">
      		3	</Property>
      	<Inputs>
      		<RelNode type="LogicalValues">
      			<Property name="tuples">
      				[{ true }]			</Property>
      			<Inputs/>
      		</RelNode>
      	</Inputs>
      </RelNode>
      

      It's better to make 'Property' aligned.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yanlin-Lynn Wang Yanlin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h