Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCSVQueries2 (0.15 sec)

  1. internal/s3select/select_test.go

    				t.Errorf("received response does not match with expected reply. Query: %s\ngot: %s\nwant:%s", testCase.query, gotS, testCase.wantResult)
    			}
    		})
    	}
    }
    
    func TestCSVQueries2(t *testing.T) {
    	testInput := []byte(`id,time,num,num2,text
    1,2010-01-01T,7867786,4565.908123,"a text, with comma"
    2,2017-01-02T03:04Z,-5, 0.765111,
    `)
    	testTable := []struct {
    		name       string
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
Back to top